#F5CFFF

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

Shades of Blue Chalk #F5CFFF

Tints of Blue Chalk #F5CFFF

Color information

#F5CFFF (or 0xF5CFFF) is unknown color: approx Blue Chalk. HEX triplet: F5, CF and FF. RGB value is (245,207,255). Sum of RGB (Red+Green+Blue) = 245+207+255=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFFF is #0A3000. Grayscale: #DFDFDF. Windows color (decimal): -667649 or 16764917. OLE color: 16764917.

HSL color Cylindrical-coordinate representation of color #F5CFFF: hue angle of 287.5º 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 #F5CFFF is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB245207255-
CMYK0.040.1900
HSL287.5º100%90.59%-
HSV(B)287.5º18.82%100%-
XYZ78.0271.26104.25-
YUV223.83145.59143.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.65%
GREEN value IS 207 (81.25% from 255) = 29.28%
BLUE value IS 255 (100% from 255) = 36.07%
R=34.65%
G=29.28%
B=36.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452072550.040.1900287.510090.59
HexF5CFFF41300120645b
Octal36531737742300440144133
Binary111101011100111111111111100100110010010000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFFF; }

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

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

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

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

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

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

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

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