Html Css Color HEX #FAA3C8 Carnation Pink

📋 copy color: '#FAA3C8'

red 250 ◦ green 163 ◦ blue 200

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

Shades of Carnation Pink #FAA3C8

Tints of Carnation Pink #FAA3C8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.59%

 BLUE value IS 200 (78.52% from 255) = 32.63%

R = 40.78%
G = 26.59%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAA3C8 (or 0xFAA3C8) is known color: Carnation Pink. HEX triplet: FA, A3 and C8. RGB value is (250,163,200). Sum of RGB (Red+Green+Blue) = 250+163+200=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3C8 is #055C37. Grayscale: #C1C1C1. Windows color (decimal): -351288 or 13149178. OLE color: 13149178.

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

Color convert

RGB 250 163 200 -
CMYK 0 0.35 0.2 0.02
HSL 334.48º 0.9% 0.81% -
HSV(B) 334.48º 0.35% 0.98% -
XYZ 62.95 50.69 61.11 -
YUV 193.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 250 163 200 0 0.35 0.2 0.02 334.48 0.9 0.81
Hex FA A3 C8 0 23 14 2 14E 5A 51
Octal 372 243 310 0 43 24 2 516 132 121
Binary 11111010 10100011 11001000 0 100011 10100 10 101001110 1011010 1010001

Color Harmonies of #FAA3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3C8

Black with #FAA3C8

Text Example


Text Example

White with #FAA3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3C8; }

 p { color: rgb(250,163,200); }

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

background-color css

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

 a { background-color: rgb(250,163,200); }

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

border-color css

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

 span { border-color: rgb(250,163,200); }

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