#F5CFFC

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

Shades of Blue Chalk #F5CFFC

Tints of Blue Chalk #F5CFFC

Color information

#F5CFFC (or 0xF5CFFC) is unknown color: approx Blue Chalk. HEX triplet: F5, CF and FC. RGB value is (245,207,252). Sum of RGB (Red+Green+Blue) = 245+207+252=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFFC is #0A3003. Grayscale: #DFDFDF. Windows color (decimal): -667652 or 16568309. OLE color: 16568309.

HSL color Cylindrical-coordinate representation of color #F5CFFC: hue angle of 290.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CFFC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245207252-
CMYK0.030.1800.01
HSL290.67º88.24%90%-
HSV(B)290.67º17.86%98.82%-
XYZ77.5471.07101.73-
YUV223.49144.09143.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.80%
GREEN value IS 207 (81.25% from 255) = 29.40%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=34.80%
G=29.40%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452072520.030.1800.01290.6788.2490
HexF5CFFC31201123585a
Octal36531737432201443130132
Binary11110101110011111111110011100100110010001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFFC; }

 p { color: rgb(245,207,252); }

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

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

 a { background-color: rgb(245,207,252); }

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

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

 span { border-color: rgb(245,207,252); }

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