Html Css Color HEX #FAA4BE Carnation Pink

📋 copy color: '#FAA4BE'

red 250 ◦ green 164 ◦ blue 190

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

Shades of Carnation Pink #FAA4BE

Tints of Carnation Pink #FAA4BE

RGB

 RED value IS 250 (98.05% from 255) = 41.39%

 GREEN value IS 164 (64.45% from 255) = 27.15%

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 41.39%
G = 27.15%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA4BE (or 0xFAA4BE) is known color: Carnation Pink. HEX triplet: FA, A4 and BE. RGB value is (250,164,190). Sum of RGB (Red+Green+Blue) = 250+164+190=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4BE is #055B41. Grayscale: #C0C0C0. Windows color (decimal): -351042 or 12494074. OLE color: 12494074.

HSL color Cylindrical-coordinate representation of color #FAA4BE: hue angle of 341.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4BE is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 164 190 -
CMYK 0 0.34 0.24 0.02
HSL 341.86º 0.9% 0.81% -
HSV(B) 341.86º 0.34% 0.98% -
XYZ 61.99 50.59 55.21 -
YUV 192.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 250 164 190 0 0.34 0.24 0.02 341.86 0.9 0.81
Hex FA A4 BE 0 22 18 2 156 5A 51
Octal 372 244 276 0 42 30 2 526 132 121
Binary 11111010 10100100 10111110 0 100010 11000 10 101010110 1011010 1010001

Color Harmonies of #FAA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4BE

Black with #FAA4BE

Text Example


Text Example

White with #FAA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4BE; }

 p { color: rgb(250,164,190); }

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

background-color css

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

 a { background-color: rgb(250,164,190); }

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

border-color css

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

 span { border-color: rgb(250,164,190); }

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