Html Css Color HEX #FAA6C7 Carnation Pink

📋 copy color: '#FAA6C7'

red 250 ◦ green 166 ◦ blue 199

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

Shades of Carnation Pink #FAA6C7

Tints of Carnation Pink #FAA6C7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.99%

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

R = 40.65%
G = 26.99%
B = 32.36%

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

#FAA6C7 (or 0xFAA6C7) is known color: Carnation Pink. HEX triplet: FA, A6 and C7. RGB value is (250,166,199). Sum of RGB (Red+Green+Blue) = 250+166+199=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6C7 is #055938. Grayscale: #C2C2C2. Windows color (decimal): -350521 or 13084410. OLE color: 13084410.

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

Color convert

RGB 250 166 199 -
CMYK 0 0.34 0.20 0.02
HSL 336.43º 0.89% 0.82% -
HSV(B) 336.43º 0.34% 0.98% -
XYZ 63.37 51.72 60.68 -
YUV 194.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 250 166 199 0 0.34 0.20 0.02 336.43 0.89 0.82
Hex FA A6 C7 0 22 14 2 150 59 52
Octal 372 246 307 0 42 24 2 520 131 122
Binary 11111010 10100110 11000111 0 100010 10100 10 101010000 1011001 1010010

Color Harmonies of #FAA6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6C7

Black with #FAA6C7

Text Example


Text Example

White with #FAA6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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