Html Css Color HEX #FCCAFA Snuff

📋 copy color: '#FCCAFA'

red 252 ◦ green 202 ◦ blue 250

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

Shades of Snuff #FCCAFA

Tints of Snuff #FCCAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.51%

R = 35.8%
G = 28.69%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCCAFA (or 0xFCCAFA) is known color: Snuff. HEX triplet: FC, CA and FA. RGB value is (252,202,250). Sum of RGB (Red+Green+Blue) = 252+202+250=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 202 (79.30% from 255 or 28.69% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAFA is #033505. Grayscale: #DEDEDE. Windows color (decimal): -210182 or 16435964. OLE color: 16435964.

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

Color convert

RGB 252 202 250 -
CMYK 0 0.20 0.01 0.01
HSL 302.4º 0.89% 0.89% -
HSV(B) 302.4º 0.2% 0.99% -
XYZ 78.52 69.84 99.78 -
YUV 222.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 252 202 250 0 0.20 0.01 0.01 302.4 0.89 0.89
Hex FC CA FA 0 14 1 1 12E 59 59
Octal 374 312 372 0 24 1 1 456 131 131
Binary 11111100 11001010 11111010 0 10100 1 1 100101110 1011001 1011001

Color Harmonies of #FCCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAFA

Black with #FCCAFA

Text Example


Text Example

White with #FCCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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