#F3DAFE

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

Shades of Blue Chalk #F3DAFE

Tints of Blue Chalk #F3DAFE

Color information

#F3DAFE (or 0xF3DAFE) is unknown color: approx Blue Chalk. HEX triplet: F3, DA and FE. RGB value is (243,218,254). Sum of RGB (Red+Green+Blue) = 243+218+254=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 218 (85.55% from 255 or 30.49% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAFE is #0C2501. Grayscale: #E5E5E5. Windows color (decimal): -795906 or 16702195. OLE color: 16702195.

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

Color convert

RGB243218254-
CMYK0.040.1400.00
HSL281.67º94.74%92.55%-
HSV(B)281.67º14.17%99.61%-
XYZ79.9276.35104.29-
YUV229.58141.78137.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.99%
GREEN value IS 218 (85.55% from 255) = 30.49%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=33.99%
G=30.49%
B=35.52%

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
Decimal2432182540.040.1400.00281.6794.7492.55
HexF3DAFE4E0011a5f5d
Octal36333237641600432137135
Binary11110011110110101111111010011100010001101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAFE; }

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

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

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

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

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

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

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

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