Html Css Color HEX #FAA0BE Carnation Pink

📋 copy color: '#FAA0BE'

red 250 ◦ green 160 ◦ blue 190

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

Shades of Carnation Pink #FAA0BE

Tints of Carnation Pink #FAA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.67%

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

R = 41.67%
G = 26.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA0BE (or 0xFAA0BE) is known color: Carnation Pink. HEX triplet: FA, A0 and BE. RGB value is (250,160,190). Sum of RGB (Red+Green+Blue) = 250+160+190=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0BE is #055F41. Grayscale: #BEBEBE. Windows color (decimal): -352066 or 12493050. OLE color: 12493050.

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

Color convert

RGB 250 160 190 -
CMYK 0 0.36 0.24 0.02
HSL 340º 0.9% 0.8% -
HSV(B) 340º 0.36% 0.98% -
XYZ 61.29 49.18 54.98 -
YUV 190.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 250 160 190 0 0.36 0.24 0.02 340 0.9 0.8
Hex FA A0 BE 0 24 18 2 154 5A 50
Octal 372 240 276 0 44 30 2 524 132 120
Binary 11111010 10100000 10111110 0 100100 11000 10 101010100 1011010 1010000

Color Harmonies of #FAA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0BE

Black with #FAA0BE

Text Example


Text Example

White with #FAA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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