Html Css Color HEX #FAA9C9 Carnation Pink

📋 copy color: '#FAA9C9'

red 250 ◦ green 169 ◦ blue 201

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

Shades of Carnation Pink #FAA9C9

Tints of Carnation Pink #FAA9C9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.26%

 BLUE value IS 201 (78.91% from 255) = 32.42%

R = 40.32%
G = 27.26%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAA9C9 (or 0xFAA9C9) is known color: Carnation Pink. HEX triplet: FA, A9 and C9. RGB value is (250,169,201). Sum of RGB (Red+Green+Blue) = 250+169+201=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9C9 is #055636. Grayscale: #C4C4C4. Windows color (decimal): -349751 or 13216250. OLE color: 13216250.

HSL color Cylindrical-coordinate representation of color #FAA9C9: hue angle of 336.3º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9C9 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 201 -
CMYK 0 0.32 0.20 0.02
HSL 336.3º 0.89% 0.82% -
HSV(B) 336.3º 0.32% 0.98% -
XYZ 64.15 52.92 62.09 -
YUV 196.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 250 169 201 0 0.32 0.20 0.02 336.3 0.89 0.82
Hex FA A9 C9 0 20 14 2 150 59 52
Octal 372 251 311 0 40 24 2 520 131 122
Binary 11111010 10101001 11001001 0 100000 10100 10 101010000 1011001 1010010

Color Harmonies of #FAA9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9C9

Black with #FAA9C9

Text Example


Text Example

White with #FAA9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9C9; }

 p { color: rgb(250,169,201); }

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

background-color css

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

 a { background-color: rgb(250,169,201); }

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

border-color css

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

 span { border-color: rgb(250,169,201); }

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