Html Css Color HEX #FAA3BE Carnation Pink

📋 copy color: '#FAA3BE'

red 250 ◦ green 163 ◦ blue 190

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

Shades of Carnation Pink #FAA3BE

Tints of Carnation Pink #FAA3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.03%

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

R = 41.46%
G = 27.03%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA3BE (or 0xFAA3BE) is known color: Carnation Pink. HEX triplet: FA, A3 and BE. RGB value is (250,163,190). Sum of RGB (Red+Green+Blue) = 250+163+190=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3BE is #055C41. Grayscale: #C0C0C0. Windows color (decimal): -351298 or 12493818. OLE color: 12493818.

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

Color convert

RGB 250 163 190 -
CMYK 0 0.35 0.24 0.02
HSL 341.38º 0.9% 0.81% -
HSV(B) 341.38º 0.35% 0.98% -
XYZ 61.82 50.24 55.15 -
YUV 192.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 250 163 190 0 0.35 0.24 0.02 341.38 0.9 0.81
Hex FA A3 BE 0 23 18 2 155 5A 51
Octal 372 243 276 0 43 30 2 525 132 121
Binary 11111010 10100011 10111110 0 100011 11000 10 101010101 1011010 1010001

Color Harmonies of #FAA3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3BE

Black with #FAA3BE

Text Example


Text Example

White with #FAA3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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