#F3CAFD

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

Shades of Blue Chalk #F3CAFD

Tints of Blue Chalk #F3CAFD

Color information

#F3CAFD (or 0xF3CAFD) is unknown color: approx Blue Chalk. HEX triplet: F3, CA and FD. RGB value is (243,202,253). Sum of RGB (Red+Green+Blue) = 243+202+253=698 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.81% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #F3CAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAFD is #0C3502. Grayscale: #DBDBDB. Windows color (decimal): -800003 or 16632563. OLE color: 16632563.

HSL color Cylindrical-coordinate representation of color #F3CAFD: hue angle of 288.24º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3CAFD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243202253-
CMYK0.040.2000.01
HSL288.24º92.73%89.22%-
HSV(B)288.24º20.16%99.22%-
XYZ75.8168.39102.13-
YUV220.07146.58144.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.81%
GREEN value IS 202 (79.30% from 255) = 28.94%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=34.81%
G=28.94%
B=36.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432022530.040.2000.01288.2492.7389.22
HexF3CAFD414011205d59
Octal36331237542401440135131
Binary111100111100101011111101100101000110010000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAFD; }

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

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

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

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

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

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

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

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