Html Css Color HEX #FCCFF4 Snuff

📋 copy color: '#FCCFF4'

red 252 ◦ green 207 ◦ blue 244

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

Shades of Snuff #FCCFF4

Tints of Snuff #FCCFF4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.45%

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

R = 35.85%
G = 29.45%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCCFF4 (or 0xFCCFF4) is known color: Snuff. HEX triplet: FC, CF and F4. RGB value is (252,207,244). Sum of RGB (Red+Green+Blue) = 252+207+244=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 207 (81.25% from 255 or 29.45% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF4 is #03300B. Grayscale: #E0E0E0. Windows color (decimal): -208908 or 16044028. OLE color: 16044028.

HSL color Cylindrical-coordinate representation of color #FCCFF4: hue angle of 310.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFF4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 244 -
CMYK 0 0.18 0.03 0.01
HSL 310.67º 0.88% 0.9% -
HSV(B) 310.67º 0.18% 0.99% -
XYZ 78.79 71.85 95.3 -
YUV 224.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 252 207 244 0 0.18 0.03 0.01 310.67 0.88 0.9
Hex FC CF F4 0 12 3 1 137 58 5A
Octal 374 317 364 0 22 3 1 467 130 132
Binary 11111100 11001111 11110100 0 10010 11 1 100110111 1011000 1011010

Color Harmonies of #FCCFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFF4

Black with #FCCFF4

Text Example


Text Example

White with #FCCFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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