#F1CCFC

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

Shades of Blue Chalk #F1CCFC

Tints of Blue Chalk #F1CCFC

Color information

#F1CCFC (or 0xF1CCFC) is unknown color: approx Blue Chalk. HEX triplet: F1, CC and FC. RGB value is (241,204,252). Sum of RGB (Red+Green+Blue) = 241+204+252=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1CCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCFC is #0E3303. Grayscale: #DCDCDC. Windows color (decimal): -930564 or 16567537. OLE color: 16567537.

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

Color convert

RGB241204252-
CMYK0.040.1900.01
HSL286.25º88.89%89.41%-
HSV(B)286.25º19.05%98.82%-
XYZ75.4468.91101.42-
YUV220.54145.76142.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 204 (80.08% from 255) = 29.27%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=34.58%
G=29.27%
B=36.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412042520.040.1900.01286.2588.8989.41
HexF1CCFC4130111e5959
Octal36131437442301436131131
Binary111100011100110011111100100100110110001111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCFC; }

 p { color: rgb(241,204,252); }

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

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

 a { background-color: rgb(241,204,252); }

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

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

 span { border-color: rgb(241,204,252); }

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