Html Css Color HEX #FDCEC9 Cosmos

📋 copy color: '#FDCEC9'

red 253 ◦ green 206 ◦ blue 201

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

Shades of Cosmos #FDCEC9

Tints of Cosmos #FDCEC9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.21%

 BLUE value IS 201 (78.91% from 255) = 30.45%

R = 38.33%
G = 31.21%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDCEC9 (or 0xFDCEC9) is known color: Cosmos. HEX triplet: FD, CE and C9. RGB value is (253,206,201). Sum of RGB (Red+Green+Blue) = 253+206+201=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC9 is #023136. Grayscale: #DBDBDB. Windows color (decimal): -143671 or 13225725. OLE color: 13225725.

HSL color Cylindrical-coordinate representation of color #FDCEC9: hue angle of 5.77º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDCEC9 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 201 -
CMYK 0 0.19 0.21 0.01
HSL 5.77º 0.93% 0.89% -
HSV(B) 5.77º 0.21% 0.99% -
XYZ 73.12 69.24 64.77 -
YUV 219.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 253 206 201 0 0.19 0.21 0.01 5.77 0.93 0.89
Hex FD CE C9 0 13 15 1 6 5D 59
Octal 375 316 311 0 23 25 1 6 135 131
Binary 11111101 11001110 11001001 0 10011 10101 1 110 1011101 1011001

Color Harmonies of #FDCEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEC9

Black with #FDCEC9

Text Example


Text Example

White with #FDCEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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