Html Css Color HEX #FCCAF5 Snuff

📋 copy color: '#FCCAF5'

red 252 ◦ green 202 ◦ blue 245

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

Shades of Snuff #FCCAF5

Tints of Snuff #FCCAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.05%

R = 36.05%
G = 28.9%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCCAF5 (or 0xFCCAF5) is known color: Snuff. HEX triplet: FC, CA and F5. RGB value is (252,202,245). Sum of RGB (Red+Green+Blue) = 252+202+245=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 202 (79.30% from 255 or 28.90% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF5 is #03350A. Grayscale: #DDDDDD. Windows color (decimal): -210187 or 16108284. OLE color: 16108284.

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

Color convert

RGB 252 202 245 -
CMYK 0 0.20 0.03 0.01
HSL 308.4º 0.89% 0.89% -
HSV(B) 308.4º 0.2% 0.99% -
XYZ 77.75 69.53 95.71 -
YUV 221.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 252 202 245 0 0.20 0.03 0.01 308.4 0.89 0.89
Hex FC CA F5 0 14 3 1 134 59 59
Octal 374 312 365 0 24 3 1 464 131 131
Binary 11111100 11001010 11110101 0 10100 11 1 100110100 1011001 1011001

Color Harmonies of #FCCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAF5

Black with #FCCAF5

Text Example


Text Example

White with #FCCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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