Html Css Color HEX #FAA0CE Carnation Pink

📋 copy color: '#FAA0CE'

red 250 ◦ green 160 ◦ blue 206

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

Shades of Carnation Pink #FAA0CE

Tints of Carnation Pink #FAA0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.44%

R = 40.58%
G = 25.97%
B = 33.44%

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

#FAA0CE (or 0xFAA0CE) is known color: Carnation Pink. HEX triplet: FA, A0 and CE. RGB value is (250,160,206). Sum of RGB (Red+Green+Blue) = 250+160+206=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0CE is #055F31. Grayscale: #C0C0C0. Windows color (decimal): -352050 or 13541626. OLE color: 13541626.

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

Color convert

RGB 250 160 206 -
CMYK 0 0.36 0.18 0.02
HSL 329.33º 0.9% 0.8% -
HSV(B) 329.33º 0.36% 0.98% -
XYZ 63.14 49.92 64.7 -
YUV 192.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 250 160 206 0 0.36 0.18 0.02 329.33 0.9 0.8
Hex FA A0 CE 0 24 12 2 149 5A 50
Octal 372 240 316 0 44 22 2 511 132 120
Binary 11111010 10100000 11001110 0 100100 10010 10 101001001 1011010 1010000

Color Harmonies of #FAA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0CE

Black with #FAA0CE

Text Example


Text Example

White with #FAA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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