Html Css Color HEX #FDCDFB Snuff

📋 copy color: '#FDCDFB'

red 253 ◦ green 205 ◦ blue 251

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

Shades of Snuff #FDCDFB

Tints of Snuff #FDCDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 28.91%

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

R = 35.68%
G = 28.91%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDCDFB (or 0xFDCDFB) is known color: Snuff. HEX triplet: FD, CD and FB. RGB value is (253,205,251). Sum of RGB (Red+Green+Blue) = 253+205+251=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 205 (80.47% from 255 or 28.91% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDFB is #023204. Grayscale: #E0E0E0. Windows color (decimal): -143877 or 16502269. OLE color: 16502269.

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

Color convert

RGB 253 205 251 -
CMYK 0 0.19 0.01 0.01
HSL 302.5º 0.92% 0.9% -
HSV(B) 302.5º 0.19% 0.99% -
XYZ 79.75 71.51 100.87 -
YUV 224.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 253 205 251 0 0.19 0.01 0.01 302.5 0.92 0.9
Hex FD CD FB 0 13 1 1 12E 5C 5A
Octal 375 315 373 0 23 1 1 456 134 132
Binary 11111101 11001101 11111011 0 10011 1 1 100101110 1011100 1011010

Color Harmonies of #FDCDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDFB

Black with #FDCDFB

Text Example


Text Example

White with #FDCDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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