Html Css Color HEX #FAA6CC Carnation Pink

📋 copy color: '#FAA6CC'

red 250 ◦ green 166 ◦ blue 204

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

Shades of Carnation Pink #FAA6CC

Tints of Carnation Pink #FAA6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 40.32%
G = 26.77%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAA6CC (or 0xFAA6CC) is known color: Carnation Pink. HEX triplet: FA, A6 and CC. RGB value is (250,166,204). Sum of RGB (Red+Green+Blue) = 250+166+204=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6CC is #055933. Grayscale: #C3C3C3. Windows color (decimal): -350516 or 13412090. OLE color: 13412090.

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

Color convert

RGB 250 166 204 -
CMYK 0 0.34 0.18 0.02
HSL 332.86º 0.89% 0.82% -
HSV(B) 332.86º 0.34% 0.98% -
XYZ 63.96 51.96 63.78 -
YUV 195.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 250 166 204 0 0.34 0.18 0.02 332.86 0.89 0.82
Hex FA A6 CC 0 22 12 2 14D 59 52
Octal 372 246 314 0 42 22 2 515 131 122
Binary 11111010 10100110 11001100 0 100010 10010 10 101001101 1011001 1010010

Color Harmonies of #FAA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6CC

Black with #FAA6CC

Text Example


Text Example

White with #FAA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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