Html Css Color HEX #FED3CB Cosmos

📋 copy color: '#FED3CB'

red 254 ◦ green 211 ◦ blue 203

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

Shades of Cosmos #FED3CB

Tints of Cosmos #FED3CB

RGB

 RED value IS 254 (99.61% from 255) = 38.02%

 GREEN value IS 211 (82.81% from 255) = 31.59%

 BLUE value IS 203 (79.69% from 255) = 30.39%

R = 38.02%
G = 31.59%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED3CB (or 0xFED3CB) is known color: Cosmos. HEX triplet: FE, D3 and CB. RGB value is (254,211,203). Sum of RGB (Red+Green+Blue) = 254+211+203=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3CB is #012C34. Grayscale: #DFDFDF. Windows color (decimal): -76853 or 13358078. OLE color: 13358078.

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

Color convert

RGB 254 211 203 -
CMYK 0 0.17 0.20 0.00
HSL 9.41º 0.96% 0.9% -
HSV(B) 9.41º 0.2% 1% -
XYZ 74.95 71.97 66.44 -
YUV 222.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 254 211 203 0 0.17 0.20 0.00 9.41 0.96 0.9
Hex FE D3 CB 0 11 14 0 9 60 5A
Octal 376 323 313 0 21 24 0 11 140 132
Binary 11111110 11010011 11001011 0 10001 10100 0 1001 1100000 1011010

Color Harmonies of #FED3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3CB

Black with #FED3CB

Text Example


Text Example

White with #FED3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3CB; }

 p { color: rgb(254,211,203); }

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

background-color css

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

 a { background-color: rgb(254,211,203); }

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

border-color css

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

 span { border-color: rgb(254,211,203); }

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