Html Css Color HEX #FDCAF9 Snuff

📋 copy color: '#FDCAF9'

red 253 ◦ green 202 ◦ blue 249

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

Shades of Snuff #FDCAF9

Tints of Snuff #FDCAF9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 28.69%

 BLUE value IS 249 (97.66% from 255) = 35.37%

R = 35.94%
G = 28.69%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDCAF9 (or 0xFDCAF9) is known color: Snuff. HEX triplet: FD, CA and F9. RGB value is (253,202,249). Sum of RGB (Red+Green+Blue) = 253+202+249=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 202 (79.30% from 255 or 28.69% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAF9 is #023506. Grayscale: #DEDEDE. Windows color (decimal): -144647 or 16370429. OLE color: 16370429.

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

Color convert

RGB 253 202 249 -
CMYK 0 0.20 0.02 0.01
HSL 304.71º 0.93% 0.89% -
HSV(B) 304.71º 0.2% 0.99% -
XYZ 78.73 69.96 98.98 -
YUV 222.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 253 202 249 0 0.20 0.02 0.01 304.71 0.93 0.89
Hex FD CA F9 0 14 2 1 131 5D 59
Octal 375 312 371 0 24 2 1 461 135 131
Binary 11111101 11001010 11111001 0 10100 10 1 100110001 1011101 1011001

Color Harmonies of #FDCAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAF9

Black with #FDCAF9

Text Example


Text Example

White with #FDCAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAF9; }

 p { color: rgb(253,202,249); }

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

background-color css

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

 a { background-color: rgb(253,202,249); }

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

border-color css

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

 span { border-color: rgb(253,202,249); }

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