Html Css Color HEX #FAA4BF Carnation Pink

📋 copy color: '#FAA4BF'

red 250 ◦ green 164 ◦ blue 191

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

Shades of Carnation Pink #FAA4BF

Tints of Carnation Pink #FAA4BF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

 BLUE value IS 191 (75% from 255) = 31.57%

R = 41.32%
G = 27.11%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA4BF (or 0xFAA4BF) is known color: Carnation Pink. HEX triplet: FA, A4 and BF. RGB value is (250,164,191). Sum of RGB (Red+Green+Blue) = 250+164+191=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4BF is #055B40. Grayscale: #C0C0C0. Windows color (decimal): -351041 or 12559610. OLE color: 12559610.

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

Color convert

RGB 250 164 191 -
CMYK 0 0.34 0.24 0.02
HSL 341.16º 0.9% 0.81% -
HSV(B) 341.16º 0.34% 0.98% -
XYZ 62.1 50.64 55.79 -
YUV 192.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 250 164 191 0 0.34 0.24 0.02 341.16 0.9 0.81
Hex FA A4 BF 0 22 18 2 155 5A 51
Octal 372 244 277 0 42 30 2 525 132 121
Binary 11111010 10100100 10111111 0 100010 11000 10 101010101 1011010 1010001

Color Harmonies of #FAA4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4BF

Black with #FAA4BF

Text Example


Text Example

White with #FAA4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4BF; }

 p { color: rgb(250,164,191); }

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

background-color css

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

 a { background-color: rgb(250,164,191); }

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

border-color css

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

 span { border-color: rgb(250,164,191); }

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