Html Css Color HEX #FAA1BD Carnation Pink

📋 copy color: '#FAA1BD'

red 250 ◦ green 161 ◦ blue 189

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

Shades of Carnation Pink #FAA1BD

Tints of Carnation Pink #FAA1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 41.67%
G = 26.83%
B = 31.5%

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

#FAA1BD (or 0xFAA1BD) is known color: Carnation Pink. HEX triplet: FA, A1 and BD. RGB value is (250,161,189). Sum of RGB (Red+Green+Blue) = 250+161+189=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1BD is #055E42. Grayscale: #BEBEBE. Windows color (decimal): -351811 or 12427770. OLE color: 12427770.

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

Color convert

RGB 250 161 189 -
CMYK 0 0.36 0.24 0.02
HSL 341.12º 0.9% 0.81% -
HSV(B) 341.12º 0.36% 0.98% -
XYZ 61.35 49.49 54.46 -
YUV 190.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 250 161 189 0 0.36 0.24 0.02 341.12 0.9 0.81
Hex FA A1 BD 0 24 18 2 155 5A 51
Octal 372 241 275 0 44 30 2 525 132 121
Binary 11111010 10100001 10111101 0 100100 11000 10 101010101 1011010 1010001

Color Harmonies of #FAA1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1BD

Black with #FAA1BD

Text Example


Text Example

White with #FAA1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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