Html Css Color HEX #FDD6CD Cinderella

📋 copy color: '#FDD6CD'

red 253 ◦ green 214 ◦ blue 205

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

Shades of Cinderella #FDD6CD

Tints of Cinderella #FDD6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.85%

 BLUE value IS 205 (80.47% from 255) = 30.51%

R = 37.65%
G = 31.85%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDD6CD (or 0xFDD6CD) is known color: Cinderella. HEX triplet: FD, D6 and CD. RGB value is (253,214,205). Sum of RGB (Red+Green+Blue) = 253+214+205=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6CD is #022932. Grayscale: #E0E0E0. Windows color (decimal): -141619 or 13489917. OLE color: 13489917.

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

Color convert

RGB 253 214 205 -
CMYK 0 0.15 0.19 0.01
HSL 11.25º 0.92% 0.9% -
HSV(B) 11.25º 0.19% 0.99% -
XYZ 75.57 73.38 67.94 -
YUV 224.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 253 214 205 0 0.15 0.19 0.01 11.25 0.92 0.9
Hex FD D6 CD 0 F 13 1 B 5C 5A
Octal 375 326 315 0 17 23 1 13 134 132
Binary 11111101 11010110 11001101 0 1111 10011 1 1011 1011100 1011010

Color Harmonies of #FDD6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6CD

Black with #FDD6CD

Text Example


Text Example

White with #FDD6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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