#F5CDFE

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

Shades of Blue Chalk #F5CDFE

Tints of Blue Chalk #F5CDFE

Color information

#F5CDFE (or 0xF5CDFE) is unknown color: approx Blue Chalk. HEX triplet: F5, CD and FE. RGB value is (245,205,254). Sum of RGB (Red+Green+Blue) = 245+205+254=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDFE is #0A3201. Grayscale: #DEDEDE. Windows color (decimal): -668162 or 16698869. OLE color: 16698869.

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

Color convert

RGB245205254-
CMYK0.040.1900.00
HSL288.98º96.08%90%-
HSV(B)288.98º19.29%99.61%-
XYZ77.3870.23103.24-
YUV222.55145.75144.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.80%
GREEN value IS 205 (80.47% from 255) = 29.12%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=34.80%
G=29.12%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452052540.040.1900.00288.9896.0890
HexF5CDFE41300121605a
Octal36531537642300441140132
Binary111101011100110111111110100100110010010000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDFE; }

 p { color: rgb(245,205,254); }

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

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

 a { background-color: rgb(245,205,254); }

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

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

 span { border-color: rgb(245,205,254); }

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