#F3DAFF

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

Shades of Blue Chalk #F3DAFF

Tints of Blue Chalk #F3DAFF

Color information

#F3DAFF (or 0xF3DAFF) is unknown color: approx Blue Chalk. HEX triplet: F3, DA and FF. RGB value is (243,218,255). Sum of RGB (Red+Green+Blue) = 243+218+255=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAFF is #0C2500. Grayscale: #E5E5E5. Windows color (decimal): -795905 or 16767731. OLE color: 16767731.

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

Color convert

RGB243218255-
CMYK0.050.1500
HSL280.54º100%92.75%-
HSV(B)280.54º14.51%100%-
XYZ80.0876.42105.14-
YUV229.69142.28137.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.94%
GREEN value IS 218 (85.55% from 255) = 30.45%
BLUE value IS 255 (100% from 255) = 35.61%
R=33.94%
G=30.45%
B=35.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432182550.050.1500280.5410092.75
HexF3DAFF5F00119645d
Octal36333237751700431144135
Binary11110011110110101111111110111110010001100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAFF; }

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

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

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

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

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

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

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

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