#F5C9FF

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

Shades of Blue Chalk #F5C9FF

Tints of Blue Chalk #F5C9FF

Color information

#F5C9FF (or 0xF5C9FF) is unknown color: approx Blue Chalk. HEX triplet: F5, C9 and FF. RGB value is (245,201,255). Sum of RGB (Red+Green+Blue) = 245+201+255=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 201 (78.91% from 255 or 28.67% 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 #F5C9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C9FF is #0A3600. Grayscale: #DCDCDC. Windows color (decimal): -669185 or 16763381. OLE color: 16763381.

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

Color convert

RGB245201255-
CMYK0.040.2100
HSL288.89º100%89.41%-
HSV(B)288.89º21.18%100%-
XYZ76.5968.41103.77-
YUV220.31147.58145.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 201 (78.91% from 255) = 28.67%
BLUE value IS 255 (100% from 255) = 36.38%
R=34.95%
G=28.67%
B=36.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452012550.040.2100288.8910089.41
HexF5C9FF415001216459
Octal36531137742500441144131
Binary111101011100100111111111100101010010010000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9FF; }

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

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

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

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

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

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

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

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