#F4D8FF

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

Shades of Blue Chalk #F4D8FF

Tints of Blue Chalk #F4D8FF

Color information

#F4D8FF (or 0xF4D8FF) is unknown color: approx Blue Chalk. HEX triplet: F4, D8 and FF. RGB value is (244,216,255). Sum of RGB (Red+Green+Blue) = 244+216+255=715 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.13% from 715); Green value is 216 (84.77% from 255 or 30.21% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D8FF is #0B2700. Grayscale: #E4E4E4. Windows color (decimal): -730881 or 16767220. OLE color: 16767220.

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

Color convert

RGB244216255-
CMYK0.040.1500
HSL283.08º100%92.35%-
HSV(B)283.08º15.29%100%-
XYZ79.9175.56104.98-
YUV228.82142.78138.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.13%
GREEN value IS 216 (84.77% from 255) = 30.21%
BLUE value IS 255 (100% from 255) = 35.66%
R=34.13%
G=30.21%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442162550.040.1500283.0810092.35
HexF4D8FF4F0011b645c
Octal36433037741700433144134
Binary11110100110110001111111110011110010001101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D8FF; }

 p { color: rgb(244,216,255); }

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

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

 a { background-color: rgb(244,216,255); }

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

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

 span { border-color: rgb(244,216,255); }

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