#F3DBFE

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

Shades of Blue Chalk #F3DBFE

Tints of Blue Chalk #F3DBFE

Color information

#F3DBFE (or 0xF3DBFE) is unknown color: approx Blue Chalk. HEX triplet: F3, DB and FE. RGB value is (243,219,254). Sum of RGB (Red+Green+Blue) = 243+219+254=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 219 (85.94% from 255 or 30.59% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBFE is #0C2401. Grayscale: #E6E6E6. Windows color (decimal): -795650 or 16702451. OLE color: 16702451.

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

Color convert

RGB243219254-
CMYK0.040.1400.00
HSL281.14º94.59%92.75%-
HSV(B)281.14º13.78%99.61%-
XYZ80.1876.87104.38-
YUV230.17141.45137.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.94%
GREEN value IS 219 (85.94% from 255) = 30.59%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=33.94%
G=30.59%
B=35.47%

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
Decimal2432192540.040.1400.00281.1494.5992.75
HexF3DBFE4E001195f5d
Octal36333337641600431137135
Binary11110011110110111111111010011100010001100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DBFE; }

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

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

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

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

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

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

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

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