Html Css Color HEX #FAA4C7 Carnation Pink

📋 copy color: '#FAA4C7'

red 250 ◦ green 164 ◦ blue 199

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

Shades of Carnation Pink #FAA4C7

Tints of Carnation Pink #FAA4C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 40.78%
G = 26.75%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAA4C7 (or 0xFAA4C7) is known color: Carnation Pink. HEX triplet: FA, A4 and C7. RGB value is (250,164,199). Sum of RGB (Red+Green+Blue) = 250+164+199=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4C7 is #055B38. Grayscale: #C1C1C1. Windows color (decimal): -351033 or 13083898. OLE color: 13083898.

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

Color convert

RGB 250 164 199 -
CMYK 0 0.34 0.20 0.02
HSL 335.58º 0.9% 0.81% -
HSV(B) 335.58º 0.34% 0.98% -
XYZ 63.01 51 60.56 -
YUV 193.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 250 164 199 0 0.34 0.20 0.02 335.58 0.9 0.81
Hex FA A4 C7 0 22 14 2 150 5A 51
Octal 372 244 307 0 42 24 2 520 132 121
Binary 11111010 10100100 11000111 0 100010 10100 10 101010000 1011010 1010001

Color Harmonies of #FAA4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4C7

Black with #FAA4C7

Text Example


Text Example

White with #FAA4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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