Html Css Color HEX #FDCBF8 Snuff

📋 copy color: '#FDCBF8'

red 253 ◦ green 203 ◦ blue 248

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

Shades of Snuff #FDCBF8

Tints of Snuff #FDCBF8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 28.84%

 BLUE value IS 248 (97.27% from 255) = 35.23%

R = 35.94%
G = 28.84%
B = 35.23%

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

#FDCBF8 (or 0xFDCBF8) is known color: Snuff. HEX triplet: FD, CB and F8. RGB value is (253,203,248). Sum of RGB (Red+Green+Blue) = 253+203+248=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 203 (79.69% from 255 or 28.84% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBF8 is #023407. Grayscale: #DEDEDE. Windows color (decimal): -144392 or 16305149. OLE color: 16305149.

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

Color convert

RGB 253 203 248 -
CMYK 0 0.20 0.02 0.01
HSL 306º 0.93% 0.89% -
HSV(B) 306º 0.2% 0.99% -
XYZ 78.81 70.37 98.24 -
YUV 223.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 253 203 248 0 0.20 0.02 0.01 306 0.93 0.89
Hex FD CB F8 0 14 2 1 132 5D 59
Octal 375 313 370 0 24 2 1 462 135 131
Binary 11111101 11001011 11111000 0 10100 10 1 100110010 1011101 1011001

Color Harmonies of #FDCBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBF8

Black with #FDCBF8

Text Example


Text Example

White with #FDCBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBF8; }

 p { color: rgb(253,203,248); }

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

background-color css

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

 a { background-color: rgb(253,203,248); }

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

border-color css

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

 span { border-color: rgb(253,203,248); }

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