Html Css Color HEX #FDC8F4 Snuff

📋 copy color: '#FDC8F4'

red 253 ◦ green 200 ◦ blue 244

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

Shades of Snuff #FDC8F4

Tints of Snuff #FDC8F4

RGB

 RED value IS 253 (99.22% from 255) = 36.3%

 GREEN value IS 200 (78.52% from 255) = 28.69%

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

R = 36.3%
G = 28.69%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDC8F4 (or 0xFDC8F4) is known color: Snuff. HEX triplet: FD, C8 and F4. RGB value is (253,200,244). Sum of RGB (Red+Green+Blue) = 253+200+244=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 200 (78.52% from 255 or 28.69% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8F4 is #02370B. Grayscale: #DCDCDC. Windows color (decimal): -145164 or 16042237. OLE color: 16042237.

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

Color convert

RGB 253 200 244 -
CMYK 0 0.21 0.04 0.01
HSL 310.19º 0.93% 0.89% -
HSV(B) 310.19º 0.21% 0.99% -
XYZ 77.49 68.72 94.77 -
YUV 220.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 253 200 244 0 0.21 0.04 0.01 310.19 0.93 0.89
Hex FD C8 F4 0 15 4 1 136 5D 59
Octal 375 310 364 0 25 4 1 466 135 131
Binary 11111101 11001000 11110100 0 10101 100 1 100110110 1011101 1011001

Color Harmonies of #FDC8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8F4

Black with #FDC8F4

Text Example


Text Example

White with #FDC8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8F4; }

 p { color: rgb(253,200,244); }

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

background-color css

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

 a { background-color: rgb(253,200,244); }

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

border-color css

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

 span { border-color: rgb(253,200,244); }

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