Html Css Color HEX #F1C7FA Blue Chalk

📋 copy color: '#F1C7FA'

red 241 ◦ green 199 ◦ blue 250

#F1C7FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #F1C7FA

Tints of Blue Chalk #F1C7FA

RGB

 RED value IS 241 (94.53% from 255) = 34.93%

 GREEN value IS 199 (78.13% from 255) = 28.84%

 BLUE value IS 250 (98.05% from 255) = 36.23%

R = 34.93%
G = 28.84%
B = 36.23%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1C7FA (or 0xF1C7FA) is known color: Blue Chalk. HEX triplet: F1, C7 and FA. RGB value is (241,199,250). Sum of RGB (Red+Green+Blue) = 241+199+250=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7FA is #0E3805. Grayscale: #D9D9D9. Windows color (decimal): -931846 or 16435185. OLE color: 16435185.

HSL color Cylindrical-coordinate representation of color #F1C7FA: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C7FA is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 199 250 -
CMYK 0.04 0.20 0 0.02
HSL 289.41º 0.84% 0.88% -
HSV(B) 289.41º 0.2% 0.98% -
XYZ 73.95 66.45 99.37 -
YUV 217.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 241 199 250 0.04 0.20 0 0.02 289.41 0.84 0.88
Hex F1 C7 FA 4 14 0 2 121 54 58
Octal 361 307 372 4 24 0 2 441 124 130
Binary 11110001 11000111 11111010 100 10100 0 10 100100001 1010100 1011000

Color Harmonies of #F1C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7FA

Black with #F1C7FA

Text Example


Text Example

White with #F1C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7FA; }

 p { color: rgb(241,199,250); }

 H1.HeaderClassName
 {
   color: #F1C7FA;
 }
 .AnyTagClassName
 {
   color: #F1C7FA;
 }
</style>

background-color css

<style>
 a { background-color: #F1C7FA; }

 a { background-color: rgb(241,199,250); }

 div.DivClassName
 {
   background-color: #F1C7FA;
 }
 .BgClassName
 {
   background-color: #F1C7FA;
 }
</style>

border-color css

<style>
 span { border-color: #F1C7FA; }

 span { border-color: rgb(241,199,250); }

 td.TdClassName
 {
   border-color: #F1C7FA;
 }
 .TagClassName
 {
   border-color: #F1C7FA;
 }
</style>