Html Css Color HEX #FDD3CD Cosmos

📋 copy color: '#FDD3CD'

red 253 ◦ green 211 ◦ blue 205

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

Shades of Cosmos #FDD3CD

Tints of Cosmos #FDD3CD

RGB

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

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

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

R = 37.82%
G = 31.54%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDD3CD (or 0xFDD3CD) is known color: Cosmos. HEX triplet: FD, D3 and CD. RGB value is (253,211,205). Sum of RGB (Red+Green+Blue) = 253+211+205=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3CD is #022C32. Grayscale: #DEDEDE. Windows color (decimal): -142387 or 13489149. OLE color: 13489149.

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

Color convert

RGB 253 211 205 -
CMYK 0 0.17 0.19 0.01
HSL 7.5º 0.92% 0.9% -
HSV(B) 7.5º 0.19% 0.99% -
XYZ 74.82 71.88 67.69 -
YUV 222.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 253 211 205 0 0.17 0.19 0.01 7.5 0.92 0.9
Hex FD D3 CD 0 11 13 1 8 5C 5A
Octal 375 323 315 0 21 23 1 10 134 132
Binary 11111101 11010011 11001101 0 10001 10011 1 1000 1011100 1011010

Color Harmonies of #FDD3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD3CD

Black with #FDD3CD

Text Example


Text Example

White with #FDD3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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