Html Css Color HEX #FAA1BB Carnation Pink

📋 copy color: '#FAA1BB'

red 250 ◦ green 161 ◦ blue 187

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

Shades of Carnation Pink #FAA1BB

Tints of Carnation Pink #FAA1BB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.92%

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

R = 41.81%
G = 26.92%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAA1BB (or 0xFAA1BB) is known color: Carnation Pink. HEX triplet: FA, A1 and BB. RGB value is (250,161,187). Sum of RGB (Red+Green+Blue) = 250+161+187=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1BB is #055E44. Grayscale: #BEBEBE. Windows color (decimal): -351813 or 12296698. OLE color: 12296698.

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

Color convert

RGB 250 161 187 -
CMYK 0 0.36 0.25 0.02
HSL 342.47º 0.9% 0.81% -
HSV(B) 342.47º 0.36% 0.98% -
XYZ 61.14 49.4 53.33 -
YUV 190.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 250 161 187 0 0.36 0.25 0.02 342.47 0.9 0.81
Hex FA A1 BB 0 24 19 2 156 5A 51
Octal 372 241 273 0 44 31 2 526 132 121
Binary 11111010 10100001 10111011 0 100100 11001 10 101010110 1011010 1010001

Color Harmonies of #FAA1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1BB

Black with #FAA1BB

Text Example


Text Example

White with #FAA1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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