Html Css Color HEX #FECBC9 Cosmos

📋 copy color: '#FECBC9'

red 254 ◦ green 203 ◦ blue 201

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

Shades of Cosmos #FECBC9

Tints of Cosmos #FECBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.85%

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

R = 38.6%
G = 30.85%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FECBC9 (or 0xFECBC9) is known color: Cosmos. HEX triplet: FE, CB and C9. RGB value is (254,203,201). Sum of RGB (Red+Green+Blue) = 254+203+201=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBC9 is #013436. Grayscale: #DADADA. Windows color (decimal): -78903 or 13224958. OLE color: 13224958.

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

Color convert

RGB 254 203 201 -
CMYK 0 0.20 0.21 0.00
HSL 2.26º 0.96% 0.89% -
HSV(B) 2.26º 0.21% 1% -
XYZ 72.77 68 64.55 -
YUV 218.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 254 203 201 0 0.20 0.21 0.00 2.26 0.96 0.89
Hex FE CB C9 0 14 15 0 2 60 59
Octal 376 313 311 0 24 25 0 2 140 131
Binary 11111110 11001011 11001001 0 10100 10101 0 10 1100000 1011001

Color Harmonies of #FECBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBC9

Black with #FECBC9

Text Example


Text Example

White with #FECBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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