#F2CCFF

Color #F2CCFF Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #F2CCFF

Tints of Blue Chalk #F2CCFF

Color information

#F2CCFF (or 0xF2CCFF) is unknown color: approx 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

RGB242204255-
CMYK0.050.200
HSL284.71º100%90%-
HSV(B)284.71º20%100%-
XYZ76.2669.28103.96-
YUV221.18147.09142.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.52%
GREEN value IS 204 (80.08% from 255) = 29.10%
BLUE value IS 255 (100% from 255) = 36.38%
R=34.52%
G=29.10%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422042550.050.200284.7110090
HexF2CCFF5140011d645a
Octal36231437752400435144132
Binary111100101100110011111111101101000010001110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>