#F4DBFE

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

Shades of Blue Chalk #F4DBFE

Tints of Blue Chalk #F4DBFE

Color information

#F4DBFE (or 0xF4DBFE) is unknown color: approx Blue Chalk. HEX triplet: F4, DB and FE. RGB value is (244,219,254). Sum of RGB (Red+Green+Blue) = 244+219+254=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBFE is #0B2401. Grayscale: #E6E6E6. Windows color (decimal): -730114 or 16702452. OLE color: 16702452.

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

Color convert

RGB244219254-
CMYK0.040.1400.00
HSL282.86º94.59%92.75%-
HSV(B)282.86º13.78%99.61%-
XYZ80.5377.05104.39-
YUV230.46141.28137.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.03%
GREEN value IS 219 (85.94% from 255) = 30.54%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=34.03%
G=30.54%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442192540.040.1400.00282.8694.5992.75
HexF4DBFE4E0011b5f5d
Octal36433337641600433137135
Binary11110100110110111111111010011100010001101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DBFE; }

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

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

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

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

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

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

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

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