#F3CFFC

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

Shades of Blue Chalk #F3CFFC

Tints of Blue Chalk #F3CFFC

Color information

#F3CFFC (or 0xF3CFFC) is unknown color: approx Blue Chalk. HEX triplet: F3, CF and FC. RGB value is (243,207,252). Sum of RGB (Red+Green+Blue) = 243+207+252=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFFC is #0C3003. Grayscale: #DEDEDE. Windows color (decimal): -798724 or 16568307. OLE color: 16568307.

HSL color Cylindrical-coordinate representation of color #F3CFFC: hue angle of 288º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3CFFC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB243207252-
CMYK0.040.1800.01
HSL288º88.24%90%-
HSV(B)288º17.86%98.82%-
XYZ76.8570.71101.69-
YUV222.89144.43142.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.62%
GREEN value IS 207 (81.25% from 255) = 29.49%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=34.62%
G=29.49%
B=35.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432072520.040.1800.0128888.2490
HexF3CFFC41201120585a
Octal36331737442201440130132
Binary111100111100111111111100100100100110010000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CFFC; }

 p { color: rgb(243,207,252); }

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

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

 a { background-color: rgb(243,207,252); }

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

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

 span { border-color: rgb(243,207,252); }

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