Html Css Color HEX #FED1CA Cosmos

📋 copy color: '#FED1CA'

red 254 ◦ green 209 ◦ blue 202

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

Shades of Cosmos #FED1CA

Tints of Cosmos #FED1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.43%

 BLUE value IS 202 (79.3% from 255) = 30.38%

R = 38.2%
G = 31.43%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED1CA (or 0xFED1CA) is known color: Cosmos. HEX triplet: FE, D1 and CA. RGB value is (254,209,202). Sum of RGB (Red+Green+Blue) = 254+209+202=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1CA is #012E35. Grayscale: #DDDDDD. Windows color (decimal): -77366 or 13292030. OLE color: 13292030.

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

Color convert

RGB 254 209 202 -
CMYK 0 0.18 0.20 0.00
HSL 8.08º 0.96% 0.89% -
HSV(B) 8.08º 0.2% 1% -
XYZ 74.33 70.94 65.65 -
YUV 221.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 254 209 202 0 0.18 0.20 0.00 8.08 0.96 0.89
Hex FE D1 CA 0 12 14 0 8 60 59
Octal 376 321 312 0 22 24 0 10 140 131
Binary 11111110 11010001 11001010 0 10010 10100 0 1000 1100000 1011001

Color Harmonies of #FED1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1CA

Black with #FED1CA

Text Example


Text Example

White with #FED1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1CA; }

 p { color: rgb(254,209,202); }

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

background-color css

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

 a { background-color: rgb(254,209,202); }

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

border-color css

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

 span { border-color: rgb(254,209,202); }

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