Html Css Color HEX #FCCAF4 Snuff

📋 copy color: '#FCCAF4'

red 252 ◦ green 202 ◦ blue 244

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

Shades of Snuff #FCCAF4

Tints of Snuff #FCCAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.96%

R = 36.1%
G = 28.94%
B = 34.96%

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

#FCCAF4 (or 0xFCCAF4) is known color: Snuff. HEX triplet: FC, CA and F4. RGB value is (252,202,244). Sum of RGB (Red+Green+Blue) = 252+202+244=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 202 (79.30% from 255 or 28.94% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAF4 is #03350B. Grayscale: #DDDDDD. Windows color (decimal): -210188 or 16042748. OLE color: 16042748.

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

Color convert

RGB 252 202 244 -
CMYK 0 0.20 0.03 0.01
HSL 309.6º 0.89% 0.89% -
HSV(B) 309.6º 0.2% 0.99% -
XYZ 77.59 69.47 94.91 -
YUV 221.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 252 202 244 0 0.20 0.03 0.01 309.6 0.89 0.89
Hex FC CA F4 0 14 3 1 136 59 59
Octal 374 312 364 0 24 3 1 466 131 131
Binary 11111100 11001010 11110100 0 10100 11 1 100110110 1011001 1011001

Color Harmonies of #FCCAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAF4

Black with #FCCAF4

Text Example


Text Example

White with #FCCAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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