Html Css Color HEX #FDD2CB Cosmos

📋 copy color: '#FDD2CB'

red 253 ◦ green 210 ◦ blue 203

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

Shades of Cosmos #FDD2CB

Tints of Cosmos #FDD2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.53%

 BLUE value IS 203 (79.69% from 255) = 30.48%

R = 37.99%
G = 31.53%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDD2CB (or 0xFDD2CB) is known color: Cosmos. HEX triplet: FD, D2 and CB. RGB value is (253,210,203). Sum of RGB (Red+Green+Blue) = 253+210+203=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2CB is #022D34. Grayscale: #DEDEDE. Windows color (decimal): -142645 or 13357821. OLE color: 13357821.

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

Color convert

RGB 253 210 203 -
CMYK 0 0.17 0.20 0.01
HSL 8.4º 0.93% 0.89% -
HSV(B) 8.4º 0.2% 0.99% -
XYZ 74.33 71.29 66.34 -
YUV 222.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 253 210 203 0 0.17 0.20 0.01 8.4 0.93 0.89
Hex FD D2 CB 0 11 14 1 8 5D 59
Octal 375 322 313 0 21 24 1 10 135 131
Binary 11111101 11010010 11001011 0 10001 10100 1 1000 1011101 1011001

Color Harmonies of #FDD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2CB

Black with #FDD2CB

Text Example


Text Example

White with #FDD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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