#F9CAFC

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

Shades of Snuff #F9CAFC

Tints of Snuff #F9CAFC

Color information

#F9CAFC (or 0xF9CAFC) is unknown color: approx Snuff. HEX triplet: F9, CA and FC. RGB value is (249,202,252). Sum of RGB (Red+Green+Blue) = 249+202+252=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 202 (79.30% from 255 or 28.73% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9CAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAFC is #063503. Grayscale: #DDDDDD. Windows color (decimal): -406788 or 16567033. OLE color: 16567033.

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

Color convert

RGB249202252-
CMYK0.010.2000.01
HSL296.4º89.29%89.02%-
HSV(B)296.4º19.84%98.82%-
XYZ77.7669.41101.39-
YUV221.75145.07147.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.42%
GREEN value IS 202 (79.30% from 255) = 28.73%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=35.42%
G=28.73%
B=35.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492022520.010.2000.01296.489.2989.02
HexF9CAFC114011285959
Octal37131237412401450131131
Binary1111100111001010111111001101000110010100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CAFC; }

 p { color: rgb(249,202,252); }

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

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

 a { background-color: rgb(249,202,252); }

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

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

 span { border-color: rgb(249,202,252); }

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