Html Css Color HEX #FEACA2 Rose Bud

📋 copy color: '#FEACA2'

red 254 ◦ green 172 ◦ blue 162

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

Shades of Rose Bud #FEACA2

Tints of Rose Bud #FEACA2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.25%

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

R = 43.2%
G = 29.25%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEACA2 (or 0xFEACA2) is known color: Rose Bud. HEX triplet: FE, AC and A2. RGB value is (254,172,162). Sum of RGB (Red+Green+Blue) = 254+172+162=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACA2 is #01535D. Grayscale: #C3C3C3. Windows color (decimal): -86878 or 10661118. OLE color: 10661118.

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

Color convert

RGB 254 172 162 -
CMYK 0 0.32 0.36 0.00
HSL 6.52º 0.98% 0.82% -
HSV(B) 6.52º 0.36% 1% -
XYZ 62.15 53.18 41.17 -
YUV 195.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 254 172 162 0 0.32 0.36 0.00 6.52 0.98 0.82
Hex FE AC A2 0 20 24 0 7 62 52
Octal 376 254 242 0 40 44 0 7 142 122
Binary 11111110 10101100 10100010 0 100000 100100 0 111 1100010 1010010

Color Harmonies of #FEACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACA2

Black with #FEACA2

Text Example


Text Example

White with #FEACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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