#F3CCFE

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

Shades of Blue Chalk #F3CCFE

Tints of Blue Chalk #F3CCFE

Color information

#F3CCFE (or 0xF3CCFE) is unknown color: approx Blue Chalk. HEX triplet: F3, CC and FE. RGB value is (243,204,254). Sum of RGB (Red+Green+Blue) = 243+204+254=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3CCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CCFE is #0C3301. Grayscale: #DDDDDD. Windows color (decimal): -799490 or 16698611. OLE color: 16698611.

HSL color Cylindrical-coordinate representation of color #F3CCFE: hue angle of 286.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3CCFE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB243204254-
CMYK0.040.2000.00
HSL286.8º96.15%89.8%-
HSV(B)286.8º19.69%99.61%-
XYZ76.4469.4103.13-
YUV221.36146.42143.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.66%
GREEN value IS 204 (80.08% from 255) = 29.10%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=34.66%
G=29.10%
B=36.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432042540.040.2000.00286.896.1589.8
HexF3CCFE4140011f605a
Octal36331437642400437140132
Binary111100111100110011111110100101000010001111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCFE; }

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

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

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

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

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

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

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

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