Html Css Color HEX #FFD4CD Cosmos

📋 copy color: '#FFD4CD'

red 255 ◦ green 212 ◦ blue 205

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

Shades of Cosmos #FFD4CD

Tints of Cosmos #FFD4CD

RGB

 RED value IS 255 (100% from 255) = 37.95%

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

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

R = 37.95%
G = 31.55%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFD4CD (or 0xFFD4CD) is known color: Cosmos. HEX triplet: FF, D4 and CD. RGB value is (255,212,205). Sum of RGB (Red+Green+Blue) = 255+212+205=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4CD is #002B32. Grayscale: #E0E0E0. Windows color (decimal): -11059 or 13489407. OLE color: 13489407.

HSL color Cylindrical-coordinate representation of color #FFD4CD: hue angle of 8.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFD4CD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 205 -
CMYK 0 0.17 0.20 0
HSL 8.4º 1% 0.9% -
HSV(B) 8.4º 0.2% 1% -
XYZ 75.8 72.75 67.81 -
YUV 224.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 255 212 205 0 0.17 0.20 0 8.4 1 0.9
Hex FF D4 CD 0 11 14 0 8 64 5A
Octal 377 324 315 0 21 24 0 10 144 132
Binary 11111111 11010100 11001101 0 10001 10100 0 1000 1100100 1011010

Color Harmonies of #FFD4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4CD

Black with #FFD4CD

Text Example


Text Example

White with #FFD4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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