Html Css Color HEX #FDD7D6 Cosmos

📋 copy color: '#FDD7D6'

red 253 ◦ green 215 ◦ blue 214

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

Shades of Cosmos #FDD7D6

Tints of Cosmos #FDD7D6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.52%

 BLUE value IS 214 (83.98% from 255) = 31.38%

R = 37.1%
G = 31.52%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDD7D6 (or 0xFDD7D6) is known color: Cosmos. HEX triplet: FD, D7 and D6. RGB value is (253,215,214). Sum of RGB (Red+Green+Blue) = 253+215+214=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 215 (84.38% from 255 or 31.52% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7D6 is #022829. Grayscale: #E2E2E2. Windows color (decimal): -141354 or 14079997. OLE color: 14079997.

HSL color Cylindrical-coordinate representation of color #FDD7D6: hue angle of 1.54º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD7D6 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 215 214 -
CMYK 0 0.15 0.15 0.01
HSL 1.54º 0.91% 0.92% -
HSV(B) 1.54º 0.15% 0.99% -
XYZ 76.95 74.34 73.91 -
YUV 226.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 253 215 214 0 0.15 0.15 0.01 1.54 0.91 0.92
Hex FD D7 D6 0 F F 1 2 5B 5C
Octal 375 327 326 0 17 17 1 2 133 134
Binary 11111101 11010111 11010110 0 1111 1111 1 10 1011011 1011100

Color Harmonies of #FDD7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7D6

Black with #FDD7D6

Text Example


Text Example

White with #FDD7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7D6; }

 p { color: rgb(253,215,214); }

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

background-color css

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

 a { background-color: rgb(253,215,214); }

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

border-color css

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

 span { border-color: rgb(253,215,214); }

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