Html Css Color HEX #FCCCF2 Snuff

📋 copy color: '#FCCCF2'

red 252 ◦ green 204 ◦ blue 242

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

Shades of Snuff #FCCCF2

Tints of Snuff #FCCCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.23%

 BLUE value IS 242 (94.92% from 255) = 34.67%

R = 36.1%
G = 29.23%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCCCF2 (or 0xFCCCF2) is known color: Snuff. HEX triplet: FC, CC and F2. RGB value is (252,204,242). Sum of RGB (Red+Green+Blue) = 252+204+242=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCF2 is #03330D. Grayscale: #DEDEDE. Windows color (decimal): -209678 or 15912188. OLE color: 15912188.

HSL color Cylindrical-coordinate representation of color #FCCCF2: hue angle of 312.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCF2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 242 -
CMYK 0 0.19 0.04 0.01
HSL 312.5º 0.89% 0.89% -
HSV(B) 312.5º 0.19% 0.99% -
XYZ 77.76 70.29 93.47 -
YUV 222.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 252 204 242 0 0.19 0.04 0.01 312.5 0.89 0.89
Hex FC CC F2 0 13 4 1 138 59 59
Octal 374 314 362 0 23 4 1 470 131 131
Binary 11111100 11001100 11110010 0 10011 100 1 100111000 1011001 1011001

Color Harmonies of #FCCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCF2

Black with #FCCCF2

Text Example


Text Example

White with #FCCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCF2; }

 p { color: rgb(252,204,242); }

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

background-color css

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

 a { background-color: rgb(252,204,242); }

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

border-color css

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

 span { border-color: rgb(252,204,242); }

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