Html Css Color HEX #FDC4FB Snuff

📋 copy color: '#FDC4FB'

red 253 ◦ green 196 ◦ blue 251

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

Shades of Snuff #FDC4FB

Tints of Snuff #FDC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28%

 BLUE value IS 251 (98.44% from 255) = 35.86%

R = 36.14%
G = 28%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDC4FB (or 0xFDC4FB) is known color: Snuff. HEX triplet: FD, C4 and FB. RGB value is (253,196,251). Sum of RGB (Red+Green+Blue) = 253+196+251=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 196 (76.95% from 255 or 28% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4FB is #023B04. Grayscale: #DBDBDB. Windows color (decimal): -146181 or 16499965. OLE color: 16499965.

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

Color convert

RGB 253 196 251 -
CMYK 0 0.23 0.01 0.01
HSL 302.11º 0.93% 0.88% -
HSV(B) 302.11º 0.23% 0.99% -
XYZ 77.66 67.33 100.17 -
YUV 219.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 253 196 251 0 0.23 0.01 0.01 302.11 0.93 0.88
Hex FD C4 FB 0 17 1 1 12E 5D 58
Octal 375 304 373 0 27 1 1 456 135 130
Binary 11111101 11000100 11111011 0 10111 1 1 100101110 1011101 1011000

Color Harmonies of #FDC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4FB

Black with #FDC4FB

Text Example


Text Example

White with #FDC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4FB; }

 p { color: rgb(253,196,251); }

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

background-color css

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

 a { background-color: rgb(253,196,251); }

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

border-color css

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

 span { border-color: rgb(253,196,251); }

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