Html Css Color HEX #FDD3C5 Cinderella

📋 copy color: '#FDD3C5'

red 253 ◦ green 211 ◦ blue 197

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

Shades of Cinderella #FDD3C5

Tints of Cinderella #FDD3C5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.92%

 BLUE value IS 197 (77.34% from 255) = 29.8%

R = 38.28%
G = 31.92%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDD3C5 (or 0xFDD3C5) is known color: Cinderella. HEX triplet: FD, D3 and C5. RGB value is (253,211,197). Sum of RGB (Red+Green+Blue) = 253+211+197=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3C5 is #022C3A. Grayscale: #DEDEDE. Windows color (decimal): -142395 or 12964861. OLE color: 12964861.

HSL color Cylindrical-coordinate representation of color #FDD3C5: hue angle of 15º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDD3C5 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 197 -
CMYK 0 0.17 0.22 0.01
HSL 15º 0.93% 0.88% -
HSV(B) 15º 0.22% 0.99% -
XYZ 73.88 71.5 62.73 -
YUV 221.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 253 211 197 0 0.17 0.22 0.01 15 0.93 0.88
Hex FD D3 C5 0 11 16 1 F 5D 58
Octal 375 323 305 0 21 26 1 17 135 130
Binary 11111101 11010011 11000101 0 10001 10110 1 1111 1011101 1011000

Color Harmonies of #FDD3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3C5

Black with #FDD3C5

Text Example


Text Example

White with #FDD3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3C5; }

 p { color: rgb(253,211,197); }

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

background-color css

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

 a { background-color: rgb(253,211,197); }

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

border-color css

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

 span { border-color: rgb(253,211,197); }

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