Html Css Color HEX #FCCAF6 Snuff

📋 copy color: '#FCCAF6'

red 252 ◦ green 202 ◦ blue 246

#FCCAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #FCCAF6

Tints of Snuff #FCCAF6

RGB

 RED value IS 252 (98.83% from 255) = 36%

 GREEN value IS 202 (79.3% from 255) = 28.86%

 BLUE value IS 246 (96.48% from 255) = 35.14%

R = 36%
G = 28.86%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCCAF6 (or 0xFCCAF6) is known color: Snuff. HEX triplet: FC, CA and F6. RGB value is (252,202,246). Sum of RGB (Red+Green+Blue) = 252+202+246=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 202 (79.30% from 255 or 28.86% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF6 is #033509. Grayscale: #DDDDDD. Windows color (decimal): -210186 or 16173820. OLE color: 16173820.

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

Color convert

RGB 252 202 246 -
CMYK 0 0.20 0.02 0.01
HSL 307.2º 0.89% 0.89% -
HSV(B) 307.2º 0.2% 0.99% -
XYZ 77.9 69.59 96.52 -
YUV 221.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 252 202 246 0 0.20 0.02 0.01 307.2 0.89 0.89
Hex FC CA F6 0 14 2 1 133 59 59
Octal 374 312 366 0 24 2 1 463 131 131
Binary 11111100 11001010 11110110 0 10100 10 1 100110011 1011001 1011001

Color Harmonies of #FCCAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAF6

Black with #FCCAF6

Text Example


Text Example

White with #FCCAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAF6; }

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

 H1.HeaderClassName
 {
   color: #FCCAF6;
 }
 .AnyTagClassName
 {
   color: #FCCAF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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