Html Css Color HEX #FDCECD Cosmos

📋 copy color: '#FDCECD'

red 253 ◦ green 206 ◦ blue 205

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

Shades of Cosmos #FDCECD

Tints of Cosmos #FDCECD

RGB

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

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

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

R = 38.1%
G = 31.02%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDCECD (or 0xFDCECD) is known color: Cosmos. HEX triplet: FD, CE and CD. RGB value is (253,206,205). Sum of RGB (Red+Green+Blue) = 253+206+205=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCECD is #023132. Grayscale: #DBDBDB. Windows color (decimal): -143667 or 13487869. OLE color: 13487869.

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

Color convert

RGB 253 206 205 -
CMYK 0 0.19 0.19 0.01
HSL 1.25º 0.92% 0.9% -
HSV(B) 1.25º 0.19% 0.99% -
XYZ 73.6 69.43 67.28 -
YUV 219.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 253 206 205 0 0.19 0.19 0.01 1.25 0.92 0.9
Hex FD CE CD 0 13 13 1 1 5C 5A
Octal 375 316 315 0 23 23 1 1 134 132
Binary 11111101 11001110 11001101 0 10011 10011 1 1 1011100 1011010

Color Harmonies of #FDCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCECD

Black with #FDCECD

Text Example


Text Example

White with #FDCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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