Html Css Color HEX #FDD8CA Cinderella

📋 copy color: '#FDD8CA'

red 253 ◦ green 216 ◦ blue 202

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

Shades of Cinderella #FDD8CA

Tints of Cinderella #FDD8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.19%

 BLUE value IS 202 (79.3% from 255) = 30.1%

R = 37.7%
G = 32.19%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDD8CA (or 0xFDD8CA) is known color: Cinderella. HEX triplet: FD, D8 and CA. RGB value is (253,216,202). Sum of RGB (Red+Green+Blue) = 253+216+202=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8CA is #022735. Grayscale: #E1E1E1. Windows color (decimal): -141110 or 13293821. OLE color: 13293821.

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

Color convert

RGB 253 216 202 -
CMYK 0 0.15 0.20 0.01
HSL 16.47º 0.93% 0.89% -
HSV(B) 16.47º 0.2% 0.99% -
XYZ 75.72 74.26 66.22 -
YUV 225.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 253 216 202 0 0.15 0.20 0.01 16.47 0.93 0.89
Hex FD D8 CA 0 F 14 1 10 5D 59
Octal 375 330 312 0 17 24 1 20 135 131
Binary 11111101 11011000 11001010 0 1111 10100 1 10000 1011101 1011001

Color Harmonies of #FDD8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD8CA

Black with #FDD8CA

Text Example


Text Example

White with #FDD8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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