Html Css Color HEX #FECFCA Cosmos

📋 copy color: '#FECFCA'

red 254 ◦ green 207 ◦ blue 202

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

Shades of Cosmos #FECFCA

Tints of Cosmos #FECFCA

RGB

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

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

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

R = 38.31%
G = 31.22%
B = 30.47%

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

#FECFCA (or 0xFECFCA) is known color: Cosmos. HEX triplet: FE, CF and CA. RGB value is (254,207,202). Sum of RGB (Red+Green+Blue) = 254+207+202=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFCA is #013035. Grayscale: #DCDCDC. Windows color (decimal): -77878 or 13291518. OLE color: 13291518.

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

Color convert

RGB 254 207 202 -
CMYK 0 0.19 0.20 0.00
HSL 5.77º 0.96% 0.89% -
HSV(B) 5.77º 0.2% 1% -
XYZ 73.85 69.96 65.49 -
YUV 220.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 254 207 202 0 0.19 0.20 0.00 5.77 0.96 0.89
Hex FE CF CA 0 13 14 0 6 60 59
Octal 376 317 312 0 23 24 0 6 140 131
Binary 11111110 11001111 11001010 0 10011 10100 0 110 1100000 1011001

Color Harmonies of #FECFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFCA

Black with #FECFCA

Text Example


Text Example

White with #FECFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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