Html Css Color HEX #FAA0CC Carnation Pink

📋 copy color: '#FAA0CC'

red 250 ◦ green 160 ◦ blue 204

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

Shades of Carnation Pink #FAA0CC

Tints of Carnation Pink #FAA0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.06%

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

R = 40.72%
G = 26.06%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAA0CC (or 0xFAA0CC) is known color: Carnation Pink. HEX triplet: FA, A0 and CC. RGB value is (250,160,204). Sum of RGB (Red+Green+Blue) = 250+160+204=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0CC is #055F33. Grayscale: #BFBFBF. Windows color (decimal): -352052 or 13410554. OLE color: 13410554.

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

Color convert

RGB 250 160 204 -
CMYK 0 0.36 0.18 0.02
HSL 330.67º 0.9% 0.8% -
HSV(B) 330.67º 0.36% 0.98% -
XYZ 62.89 49.83 63.43 -
YUV 191.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 250 160 204 0 0.36 0.18 0.02 330.67 0.9 0.8
Hex FA A0 CC 0 24 12 2 14B 5A 50
Octal 372 240 314 0 44 22 2 513 132 120
Binary 11111010 10100000 11001100 0 100100 10010 10 101001011 1011010 1010000

Color Harmonies of #FAA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0CC

Black with #FAA0CC

Text Example


Text Example

White with #FAA0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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