Html Css Color HEX #FAAACA Carnation Pink

📋 copy color: '#FAAACA'

red 250 ◦ green 170 ◦ blue 202

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

Shades of Carnation Pink #FAAACA

Tints of Carnation Pink #FAAACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.33%

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 40.19%
G = 27.33%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAAACA (or 0xFAAACA) is known color: Carnation Pink. HEX triplet: FA, AA and CA. RGB value is (250,170,202). Sum of RGB (Red+Green+Blue) = 250+170+202=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACA is #055535. Grayscale: #C5C5C5. Windows color (decimal): -349494 or 13282042. OLE color: 13282042.

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

Color convert

RGB 250 170 202 -
CMYK 0 0.32 0.19 0.02
HSL 336º 0.89% 0.82% -
HSV(B) 336º 0.32% 0.98% -
XYZ 64.46 53.34 62.77 -
YUV 197.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 250 170 202 0 0.32 0.19 0.02 336 0.89 0.82
Hex FA AA CA 0 20 13 2 150 59 52
Octal 372 252 312 0 40 23 2 520 131 122
Binary 11111010 10101010 11001010 0 100000 10011 10 101010000 1011001 1010010

Color Harmonies of #FAAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAACA

Black with #FAAACA

Text Example


Text Example

White with #FAAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAACA; }

 p { color: rgb(250,170,202); }

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

background-color css

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

 a { background-color: rgb(250,170,202); }

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

border-color css

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

 span { border-color: rgb(250,170,202); }

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