#F1CCFF

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

Shades of Blue Chalk #F1CCFF

Tints of Blue Chalk #F1CCFF

Color information

#F1CCFF (or 0xF1CCFF) is unknown color: approx Blue Chalk. HEX triplet: F1, CC and FF. RGB value is (241,204,255). Sum of RGB (Red+Green+Blue) = 241+204+255=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 204 (80.08% from 255 or 29.14% 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 #F1CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCFF is #0E3300. Grayscale: #DCDCDC. Windows color (decimal): -930561 or 16764145. OLE color: 16764145.

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

Color convert

RGB241204255-
CMYK0.050.200
HSL283.53º100%90%-
HSV(B)283.53º20%100%-
XYZ75.9269.11103.95-
YUV220.88147.26142.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 204 (80.08% from 255) = 29.14%
BLUE value IS 255 (100% from 255) = 36.43%
R=34.43%
G=29.14%
B=36.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412042550.050.200283.5310090
HexF1CCFF5140011c645a
Octal36131437752400434144132
Binary111100011100110011111111101101000010001110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCFF; }

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

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

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

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

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

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

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

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