Html Css Color HEX #FEBDA2 Romantic

📋 copy color: '#FEBDA2'

red 254 ◦ green 189 ◦ blue 162

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

Shades of Romantic #FEBDA2

Tints of Romantic #FEBDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

 BLUE value IS 162 (63.67% from 255) = 26.78%

R = 41.98%
G = 31.24%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEBDA2 (or 0xFEBDA2) is known color: Romantic. HEX triplet: FE, BD and A2. RGB value is (254,189,162). Sum of RGB (Red+Green+Blue) = 254+189+162=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDA2 is #01425D. Grayscale: #CDCDCD. Windows color (decimal): -82526 or 10665470. OLE color: 10665470.

HSL color Cylindrical-coordinate representation of color #FEBDA2: hue angle of 17.61º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEBDA2 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 189 162 -
CMYK 0 0.26 0.36 0.00
HSL 17.61º 0.98% 0.82% -
HSV(B) 17.61º 0.36% 1% -
XYZ 65.59 60.07 42.32 -
YUV 205.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 254 189 162 0 0.26 0.36 0.00 17.61 0.98 0.82
Hex FE BD A2 0 1A 24 0 12 62 52
Octal 376 275 242 0 32 44 0 22 142 122
Binary 11111110 10111101 10100010 0 11010 100100 0 10010 1100010 1010010

Color Harmonies of #FEBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDA2

Black with #FEBDA2

Text Example


Text Example

White with #FEBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDA2; }

 p { color: rgb(254,189,162); }

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

background-color css

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

 a { background-color: rgb(254,189,162); }

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

border-color css

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

 span { border-color: rgb(254,189,162); }

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