Html Css Color HEX #FCCAF7 Snuff

📋 copy color: '#FCCAF7'

red 252 ◦ green 202 ◦ blue 247

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

Shades of Snuff #FCCAF7

Tints of Snuff #FCCAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.24%

R = 35.95%
G = 28.82%
B = 35.24%

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

#FCCAF7 (or 0xFCCAF7) is known color: Snuff. HEX triplet: FC, CA and F7. RGB value is (252,202,247). Sum of RGB (Red+Green+Blue) = 252+202+247=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF7 is #033508. Grayscale: #DDDDDD. Windows color (decimal): -210185 or 16239356. OLE color: 16239356.

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

Color convert

RGB 252 202 247 -
CMYK 0 0.20 0.02 0.01
HSL 306º 0.89% 0.89% -
HSV(B) 306º 0.2% 0.99% -
XYZ 78.05 69.65 97.33 -
YUV 222.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 252 202 247 0 0.20 0.02 0.01 306 0.89 0.89
Hex FC CA F7 0 14 2 1 132 59 59
Octal 374 312 367 0 24 2 1 462 131 131
Binary 11111100 11001010 11110111 0 10100 10 1 100110010 1011001 1011001

Color Harmonies of #FCCAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAF7

Black with #FCCAF7

Text Example


Text Example

White with #FCCAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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