#F4CDFE

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

Shades of Blue Chalk #F4CDFE

Tints of Blue Chalk #F4CDFE

Color information

#F4CDFE (or 0xF4CDFE) is unknown color: approx Blue Chalk. HEX triplet: F4, CD and FE. RGB value is (244,205,254). Sum of RGB (Red+Green+Blue) = 244+205+254=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDFE is #0B3201. Grayscale: #DEDEDE. Windows color (decimal): -733698 or 16698868. OLE color: 16698868.

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

Color convert

RGB244205254-
CMYK0.040.1900.00
HSL287.76º96.08%90%-
HSV(B)287.76º19.29%99.61%-
XYZ77.0370.05103.23-
YUV222.25145.92143.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.71%
GREEN value IS 205 (80.47% from 255) = 29.16%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=34.71%
G=29.16%
B=36.13%

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
Decimal2442052540.040.1900.00287.7696.0890
HexF4CDFE41300120605a
Octal36431537642300440140132
Binary111101001100110111111110100100110010010000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDFE; }

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

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

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

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

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

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

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

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