Html Css Color HEX #FEAACB Carnation Pink

📋 copy color: '#FEAACB'

red 254 ◦ green 170 ◦ blue 203

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

Shades of Carnation Pink #FEAACB

Tints of Carnation Pink #FEAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.11%

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

R = 40.51%
G = 27.11%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEAACB (or 0xFEAACB) is known color: Carnation Pink. HEX triplet: FE, AA and CB. RGB value is (254,170,203). Sum of RGB (Red+Green+Blue) = 254+170+203=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAACB is #015534. Grayscale: #C6C6C6. Windows color (decimal): -87349 or 13347582. OLE color: 13347582.

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

Color convert

RGB 254 170 203 -
CMYK 0 0.33 0.20 0.00
HSL 336.43º 0.98% 0.83% -
HSV(B) 336.43º 0.33% 1% -
XYZ 66.03 54.13 63.47 -
YUV 198.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 254 170 203 0 0.33 0.20 0.00 336.43 0.98 0.83
Hex FE AA CB 0 21 14 0 150 62 53
Octal 376 252 313 0 41 24 0 520 142 123
Binary 11111110 10101010 11001011 0 100001 10100 0 101010000 1100010 1010011

Color Harmonies of #FEAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAACB

Black with #FEAACB

Text Example


Text Example

White with #FEAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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