#F1CFFC

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

Shades of Blue Chalk #F1CFFC

Tints of Blue Chalk #F1CFFC

Color information

#F1CFFC (or 0xF1CFFC) is unknown color: approx Blue Chalk. HEX triplet: F1, CF and FC. RGB value is (241,207,252). Sum of RGB (Red+Green+Blue) = 241+207+252=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFFC is #0E3003. Grayscale: #DEDEDE. Windows color (decimal): -929796 or 16568305. OLE color: 16568305.

HSL color Cylindrical-coordinate representation of color #F1CFFC: hue angle of 285.33º 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 #F1CFFC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241207252-
CMYK0.040.1800.01
HSL285.33º88.24%90%-
HSV(B)285.33º17.86%98.82%-
XYZ76.1670.35101.66-
YUV222.3144.76141.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 207 (81.25% from 255) = 29.57%
BLUE value IS 252 (98.83% from 255) = 36%
R=34.43%
G=29.57%
B=36%

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
Decimal2412072520.040.1800.01285.3388.2490
HexF1CFFC4120111d585a
Octal36131737442201435130132
Binary111100011100111111111100100100100110001110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFFC; }

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

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

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

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

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

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

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

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