Html Css Color HEX #FECFCB Cosmos

📋 copy color: '#FECFCB'

red 254 ◦ green 207 ◦ blue 203

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

Shades of Cosmos #FECFCB

Tints of Cosmos #FECFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.17%

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

R = 38.25%
G = 31.17%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FECFCB (or 0xFECFCB) is known color: Cosmos. HEX triplet: FE, CF and CB. RGB value is (254,207,203). Sum of RGB (Red+Green+Blue) = 254+207+203=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCB is #013034. Grayscale: #DCDCDC. Windows color (decimal): -77877 or 13357054. OLE color: 13357054.

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

Color convert

RGB 254 207 203 -
CMYK 0 0.19 0.20 0.00
HSL 4.71º 0.96% 0.9% -
HSV(B) 4.71º 0.2% 1% -
XYZ 73.97 70.01 66.11 -
YUV 220.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 254 207 203 0 0.19 0.20 0.00 4.71 0.96 0.9
Hex FE CF CB 0 13 14 0 5 60 5A
Octal 376 317 313 0 23 24 0 5 140 132
Binary 11111110 11001111 11001011 0 10011 10100 0 101 1100000 1011010

Color Harmonies of #FECFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFCB

Black with #FECFCB

Text Example


Text Example

White with #FECFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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