#F2CFFF

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

Shades of Blue Chalk #F2CFFF

Tints of Blue Chalk #F2CFFF

Color information

#F2CFFF (or 0xF2CFFF) is unknown color: approx Blue Chalk. HEX triplet: F2, CF and FF. RGB value is (242,207,255). Sum of RGB (Red+Green+Blue) = 242+207+255=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFFF is #0D3000. Grayscale: #DEDEDE. Windows color (decimal): -864257 or 16764914. OLE color: 16764914.

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

Color convert

RGB242207255-
CMYK0.050.1900
HSL283.75º100%90.59%-
HSV(B)283.75º18.82%100%-
XYZ76.9870.72104.2-
YUV222.94146.1141.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.38%
GREEN value IS 207 (81.25% from 255) = 29.40%
BLUE value IS 255 (100% from 255) = 36.22%
R=34.38%
G=29.40%
B=36.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422072550.050.1900283.7510090.59
HexF2CFFF5130011c645b
Octal36231737752300434144133
Binary111100101100111111111111101100110010001110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CFFF; }

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

 H1.HeaderClassName
 {
   color: #F2CFFF;
 }
 .AnyTagClassName
 {
   color: #F2CFFF;
 }
</style>
background-color css

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

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

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

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

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

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