#F1CFFE

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

Shades of Blue Chalk #F1CFFE

Tints of Blue Chalk #F1CFFE

Color information

#F1CFFE (or 0xF1CFFE) is unknown color: approx Blue Chalk. HEX triplet: F1, CF and FE. RGB value is (241,207,254). Sum of RGB (Red+Green+Blue) = 241+207+254=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFFE is #0E3001. Grayscale: #DEDEDE. Windows color (decimal): -929794 or 16699377. OLE color: 16699377.

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

Color convert

RGB241207254-
CMYK0.050.1900.00
HSL283.4º95.92%90.39%-
HSV(B)283.4º18.5%99.61%-
XYZ76.4870.48103.34-
YUV222.52145.76141.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 207 (81.25% from 255) = 29.49%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=34.33%
G=29.49%
B=36.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412072540.050.1900.00283.495.9290.39
HexF1CFFE5130011b605a
Octal36131737652300433140132
Binary111100011100111111111110101100110010001101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFFE; }

 p { color: rgb(241,207,254); }

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

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

 a { background-color: rgb(241,207,254); }

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

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

 span { border-color: rgb(241,207,254); }

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