Html Css Color HEX #FDD4CD Cosmos

📋 copy color: '#FDD4CD'

red 253 ◦ green 212 ◦ blue 205

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

Shades of Cosmos #FDD4CD

Tints of Cosmos #FDD4CD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.64%

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

R = 37.76%
G = 31.64%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDD4CD (or 0xFDD4CD) is known color: Cosmos. HEX triplet: FD, D4 and CD. RGB value is (253,212,205). Sum of RGB (Red+Green+Blue) = 253+212+205=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4CD is #022B32. Grayscale: #DFDFDF. Windows color (decimal): -142131 or 13489405. OLE color: 13489405.

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

Color convert

RGB 253 212 205 -
CMYK 0 0.16 0.19 0.01
HSL 8.75º 0.92% 0.9% -
HSV(B) 8.75º 0.19% 0.99% -
XYZ 75.07 72.38 67.77 -
YUV 223.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 253 212 205 0 0.16 0.19 0.01 8.75 0.92 0.9
Hex FD D4 CD 0 10 13 1 9 5C 5A
Octal 375 324 315 0 20 23 1 11 134 132
Binary 11111101 11010100 11001101 0 10000 10011 1 1001 1011100 1011010

Color Harmonies of #FDD4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD4CD

Black with #FDD4CD

Text Example


Text Example

White with #FDD4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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