Html Css Color HEX #F2CCFF Blue Chalk

📋 copy color: '#F2CCFF'

red 242 ◦ green 204 ◦ blue 255

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

Shades of Blue Chalk #F2CCFF

Tints of Blue Chalk #F2CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.38%

R = 34.52%
G = 29.1%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2CCFF (or 0xF2CCFF) is known color: Blue Chalk. HEX triplet: F2, CC and FF. RGB value is (242,204,255). Sum of RGB (Red+Green+Blue) = 242+204+255=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCFF is #0D3300. Grayscale: #DDDDDD. Windows color (decimal): -865025 or 16764146. OLE color: 16764146.

HSL color Cylindrical-coordinate representation of color #F2CCFF: hue angle of 284.71º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2CCFF is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 204 255 -
CMYK 0.05 0.2 0 0
HSL 284.71º 1% 0.9% -
HSV(B) 284.71º 0.2% 1% -
XYZ 76.26 69.28 103.96 -
YUV 221.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 242 204 255 0.05 0.2 0 0 284.71 1 0.9
Hex F2 CC FF 5 14 0 0 11D 64 5A
Octal 362 314 377 5 24 0 0 435 144 132
Binary 11110010 11001100 11111111 101 10100 0 0 100011101 1100100 1011010

Color Harmonies of #F2CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCFF

Black with #F2CCFF

Text Example


Text Example

White with #F2CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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