Html Css Color HEX #F2CFF9 Blue Chalk

📋 copy color: '#F2CFF9'

red 242 ◦ green 207 ◦ blue 249

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

Shades of Blue Chalk #F2CFF9

Tints of Blue Chalk #F2CFF9

RGB

 RED value IS 242 (94.92% from 255) = 34.67%

 GREEN value IS 207 (81.25% from 255) = 29.66%

 BLUE value IS 249 (97.66% from 255) = 35.67%

R = 34.67%
G = 29.66%
B = 35.67%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2CFF9 (or 0xF2CFF9) is known color: Blue Chalk. HEX triplet: F2, CF and F9. RGB value is (242,207,249). Sum of RGB (Red+Green+Blue) = 242+207+249=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2CFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFF9 is #0D3006. Grayscale: #DEDEDE. Windows color (decimal): -864263 or 16371698. OLE color: 16371698.

HSL color Cylindrical-coordinate representation of color #F2CFF9: hue angle of 290º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CFF9 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 207 249 -
CMYK 0.03 0.17 0 0.02
HSL 290º 0.78% 0.89% -
HSV(B) 290º 0.17% 0.98% -
XYZ 76.03 70.34 99.19 -
YUV 222.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 242 207 249 0.03 0.17 0 0.02 290 0.78 0.89
Hex F2 CF F9 3 11 0 2 122 4E 59
Octal 362 317 371 3 21 0 2 442 116 131
Binary 11110010 11001111 11111001 11 10001 0 10 100100010 1001110 1011001

Color Harmonies of #F2CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFF9

Black with #F2CFF9

Text Example


Text Example

White with #F2CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFF9; }

 p { color: rgb(242,207,249); }

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

background-color css

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

 a { background-color: rgb(242,207,249); }

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

border-color css

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

 span { border-color: rgb(242,207,249); }

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