#F1CEFF

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

Shades of Blue Chalk #F1CEFF

Tints of Blue Chalk #F1CEFF

Color information

#F1CEFF (or 0xF1CEFF) is unknown color: approx Blue Chalk. HEX triplet: F1, CE and FF. RGB value is (241,206,255). Sum of RGB (Red+Green+Blue) = 241+206+255=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEFF is #0E3100. Grayscale: #DDDDDD. Windows color (decimal): -930049 or 16764657. OLE color: 16764657.

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

Color convert

RGB241206255-
CMYK0.050.1900
HSL282.86º100%90.39%-
HSV(B)282.86º19.22%100%-
XYZ76.470.06104.1-
YUV222.05146.6141.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 206 (80.86% from 255) = 29.34%
BLUE value IS 255 (100% from 255) = 36.32%
R=34.33%
G=29.34%
B=36.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412062550.050.1900282.8610090.39
HexF1CEFF5130011b645a
Octal36131637752300433144132
Binary111100011100111011111111101100110010001101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEFF; }

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

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

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

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

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

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

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

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