Html Css Color HEX #FAA0CD Carnation Pink

📋 copy color: '#FAA0CD'

red 250 ◦ green 160 ◦ blue 205

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

Shades of Carnation Pink #FAA0CD

Tints of Carnation Pink #FAA0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.33%

R = 40.65%
G = 26.02%
B = 33.33%

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

#FAA0CD (or 0xFAA0CD) is known color: Carnation Pink. HEX triplet: FA, A0 and CD. RGB value is (250,160,205). Sum of RGB (Red+Green+Blue) = 250+160+205=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0CD is #055F32. Grayscale: #BFBFBF. Windows color (decimal): -352051 or 13476090. OLE color: 13476090.

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

Color convert

RGB 250 160 205 -
CMYK 0 0.36 0.18 0.02
HSL 330º 0.9% 0.8% -
HSV(B) 330º 0.36% 0.98% -
XYZ 63.01 49.87 64.06 -
YUV 192.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 250 160 205 0 0.36 0.18 0.02 330 0.9 0.8
Hex FA A0 CD 0 24 12 2 14A 5A 50
Octal 372 240 315 0 44 22 2 512 132 120
Binary 11111010 10100000 11001101 0 100100 10010 10 101001010 1011010 1010000

Color Harmonies of #FAA0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0CD

Black with #FAA0CD

Text Example


Text Example

White with #FAA0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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