Html Css Color HEX #FAA3BB Carnation Pink

📋 copy color: '#FAA3BB'

red 250 ◦ green 163 ◦ blue 187

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

Shades of Carnation Pink #FAA3BB

Tints of Carnation Pink #FAA3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 41.67%
G = 27.17%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAA3BB (or 0xFAA3BB) is known color: Carnation Pink. HEX triplet: FA, A3 and BB. RGB value is (250,163,187). Sum of RGB (Red+Green+Blue) = 250+163+187=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3BB is #055C44. Grayscale: #BFBFBF. Windows color (decimal): -351301 or 12297210. OLE color: 12297210.

HSL color Cylindrical-coordinate representation of color #FAA3BB: hue angle of 343.45º 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 #FAA3BB is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 187 -
CMYK 0 0.35 0.25 0.02
HSL 343.45º 0.9% 0.81% -
HSV(B) 343.45º 0.35% 0.98% -
XYZ 61.49 50.11 53.44 -
YUV 191.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 250 163 187 0 0.35 0.25 0.02 343.45 0.9 0.81
Hex FA A3 BB 0 23 19 2 157 5A 51
Octal 372 243 273 0 43 31 2 527 132 121
Binary 11111010 10100011 10111011 0 100011 11001 10 101010111 1011010 1010001

Color Harmonies of #FAA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3BB

Black with #FAA3BB

Text Example


Text Example

White with #FAA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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