Html Css Color HEX #F2CCFC Blue Chalk

📋 copy color: '#F2CCFC'

red 242 ◦ green 204 ◦ blue 252

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

Shades of Blue Chalk #F2CCFC

Tints of Blue Chalk #F2CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.23%

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 34.67%
G = 29.23%
B = 36.1%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2CCFC (or 0xF2CCFC) is known color: Blue Chalk. HEX triplet: F2, CC and FC. RGB value is (242,204,252). Sum of RGB (Red+Green+Blue) = 242+204+252=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCFC is #0D3303. Grayscale: #DCDCDC. Windows color (decimal): -865028 or 16567538. OLE color: 16567538.

HSL color Cylindrical-coordinate representation of color #F2CCFC: hue angle of 287.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2CCFC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 204 252 -
CMYK 0.04 0.19 0 0.01
HSL 287.5º 0.89% 0.89% -
HSV(B) 287.5º 0.19% 0.99% -
XYZ 75.78 69.09 101.44 -
YUV 220.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 242 204 252 0.04 0.19 0 0.01 287.5 0.89 0.89
Hex F2 CC FC 4 13 0 1 120 59 59
Octal 362 314 374 4 23 0 1 440 131 131
Binary 11110010 11001100 11111100 100 10011 0 1 100100000 1011001 1011001

Color Harmonies of #F2CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCFC

Black with #F2CCFC

Text Example


Text Example

White with #F2CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCFC; }

 p { color: rgb(242,204,252); }

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

background-color css

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

 a { background-color: rgb(242,204,252); }

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

border-color css

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

 span { border-color: rgb(242,204,252); }

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