#F4CEFE

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

Shades of Blue Chalk #F4CEFE

Tints of Blue Chalk #F4CEFE

Color information

#F4CEFE (or 0xF4CEFE) is unknown color: approx Blue Chalk. HEX triplet: F4, CE and FE. RGB value is (244,206,254). Sum of RGB (Red+Green+Blue) = 244+206+254=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 206 (80.86% from 255 or 29.26% 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 #F4CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CEFE is #0B3101. Grayscale: #DEDEDE. Windows color (decimal): -733442 or 16699124. OLE color: 16699124.

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

Color convert

RGB244206254-
CMYK0.040.1900.00
HSL287.5º96%90.2%-
HSV(B)287.5º18.9%99.61%-
XYZ77.2770.53103.31-
YUV222.83145.59143.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.66%
GREEN value IS 206 (80.86% from 255) = 29.26%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=34.66%
G=29.26%
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
Decimal2442062540.040.1900.00287.59690.2
HexF4CEFE41300120605a
Octal36431637642300440140132
Binary111101001100111011111110100100110010010000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CEFE; }

 p { color: rgb(244,206,254); }

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

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

 a { background-color: rgb(244,206,254); }

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

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

 span { border-color: rgb(244,206,254); }

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