#F5CCFF

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

Shades of Blue Chalk #F5CCFF

Tints of Blue Chalk #F5CCFF

Color information

#F5CCFF (or 0xF5CCFF) is unknown color: approx Blue Chalk. HEX triplet: F5, CC and FF. RGB value is (245,204,255). Sum of RGB (Red+Green+Blue) = 245+204+255=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 204 (80.08% from 255 or 28.98% 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 #F5CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCFF is #0A3300. Grayscale: #DDDDDD. Windows color (decimal): -668417 or 16764149. OLE color: 16764149.

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

Color convert

RGB245204255-
CMYK0.040.200
HSL288.24º100%90%-
HSV(B)288.24º20%100%-
XYZ77.369.82104.01-
YUV222.07146.58144.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.80%
GREEN value IS 204 (80.08% from 255) = 28.98%
BLUE value IS 255 (100% from 255) = 36.22%
R=34.80%
G=28.98%
B=36.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452042550.040.200288.2410090
HexF5CCFF41400120645a
Octal36531437742400440144132
Binary111101011100110011111111100101000010010000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCFF; }

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

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

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

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

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

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

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

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