Html Css Color HEX #FAA8C3 Carnation Pink

📋 copy color: '#FAA8C3'

red 250 ◦ green 168 ◦ blue 195

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

Shades of Carnation Pink #FAA8C3

Tints of Carnation Pink #FAA8C3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.41%

 BLUE value IS 195 (76.56% from 255) = 31.81%

R = 40.78%
G = 27.41%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAA8C3 (or 0xFAA8C3) is known color: Carnation Pink. HEX triplet: FA, A8 and C3. RGB value is (250,168,195). Sum of RGB (Red+Green+Blue) = 250+168+195=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8C3 is #05573C. Grayscale: #C3C3C3. Windows color (decimal): -350013 or 12822778. OLE color: 12822778.

HSL color Cylindrical-coordinate representation of color #FAA8C3: hue angle of 340.24º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8C3 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 195 -
CMYK 0 0.33 0.22 0.02
HSL 340.24º 0.89% 0.82% -
HSV(B) 340.24º 0.33% 0.98% -
XYZ 63.28 52.27 58.38 -
YUV 195.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 250 168 195 0 0.33 0.22 0.02 340.24 0.89 0.82
Hex FA A8 C3 0 21 16 2 154 59 52
Octal 372 250 303 0 41 26 2 524 131 122
Binary 11111010 10101000 11000011 0 100001 10110 10 101010100 1011001 1010010

Color Harmonies of #FAA8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8C3

Black with #FAA8C3

Text Example


Text Example

White with #FAA8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8C3; }

 p { color: rgb(250,168,195); }

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

background-color css

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

 a { background-color: rgb(250,168,195); }

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

border-color css

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

 span { border-color: rgb(250,168,195); }

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