Html Css Color HEX #FDD4CE Cosmos

📋 copy color: '#FDD4CE'

red 253 ◦ green 212 ◦ blue 206

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

Shades of Cosmos #FDD4CE

Tints of Cosmos #FDD4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.7%

R = 37.7%
G = 31.59%
B = 30.7%

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

#FDD4CE (or 0xFDD4CE) is known color: Cosmos. HEX triplet: FD, D4 and CE. RGB value is (253,212,206). Sum of RGB (Red+Green+Blue) = 253+212+206=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4CE is #022B31. Grayscale: #DFDFDF. Windows color (decimal): -142130 or 13554941. OLE color: 13554941.

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

Color convert

RGB 253 212 206 -
CMYK 0 0.16 0.19 0.01
HSL 7.66º 0.92% 0.9% -
HSV(B) 7.66º 0.19% 0.99% -
XYZ 75.19 72.43 68.41 -
YUV 223.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 253 212 206 0 0.16 0.19 0.01 7.66 0.92 0.9
Hex FD D4 CE 0 10 13 1 8 5C 5A
Octal 375 324 316 0 20 23 1 10 134 132
Binary 11111101 11010100 11001110 0 10000 10011 1 1000 1011100 1011010

Color Harmonies of #FDD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD4CE

Black with #FDD4CE

Text Example


Text Example

White with #FDD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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