#F3CAFF

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

Shades of Blue Chalk #F3CAFF

Tints of Blue Chalk #F3CAFF

Color information

#F3CAFF (or 0xF3CAFF) is unknown color: approx Blue Chalk. HEX triplet: F3, CA and FF. RGB value is (243,202,255). Sum of RGB (Red+Green+Blue) = 243+202+255=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAFF is #0C3500. Grayscale: #DCDCDC. Windows color (decimal): -800001 or 16763635. OLE color: 16763635.

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

Color convert

RGB243202255-
CMYK0.050.2100
HSL286.42º100%89.61%-
HSV(B)286.42º20.78%100%-
XYZ76.1368.52103.82-
YUV220.3147.58144.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.71%
GREEN value IS 202 (79.30% from 255) = 28.86%
BLUE value IS 255 (100% from 255) = 36.43%
R=34.71%
G=28.86%
B=36.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2432022550.050.2100286.4210089.61
HexF3CAFF5150011e645a
Octal36331237752500436144132
Binary111100111100101011111111101101010010001111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAFF; }

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

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

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

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

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

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

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

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