Html Css Color HEX #FDC7FA Snuff

📋 copy color: '#FDC7FA'

red 253 ◦ green 199 ◦ blue 250

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

Shades of Snuff #FDC7FA

Tints of Snuff #FDC7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.35%

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

R = 36.04%
G = 28.35%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDC7FA (or 0xFDC7FA) is known color: Snuff. HEX triplet: FD, C7 and FA. RGB value is (253,199,250). Sum of RGB (Red+Green+Blue) = 253+199+250=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 199 (78.12% from 255 or 28.35% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7FA is #023805. Grayscale: #DCDCDC. Windows color (decimal): -145414 or 16435197. OLE color: 16435197.

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

Color convert

RGB 253 199 250 -
CMYK 0 0.21 0.01 0.01
HSL 303.33º 0.93% 0.89% -
HSV(B) 303.33º 0.21% 0.99% -
XYZ 78.19 68.63 99.57 -
YUV 220.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 253 199 250 0 0.21 0.01 0.01 303.33 0.93 0.89
Hex FD C7 FA 0 15 1 1 12F 5D 59
Octal 375 307 372 0 25 1 1 457 135 131
Binary 11111101 11000111 11111010 0 10101 1 1 100101111 1011101 1011001

Color Harmonies of #FDC7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7FA

Black with #FDC7FA

Text Example


Text Example

White with #FDC7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7FA; }

 p { color: rgb(253,199,250); }

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

background-color css

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

 a { background-color: rgb(253,199,250); }

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

border-color css

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

 span { border-color: rgb(253,199,250); }

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