Html Css Color HEX #FAA3BD Carnation Pink

📋 copy color: '#FAA3BD'

red 250 ◦ green 163 ◦ blue 189

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

Shades of Carnation Pink #FAA3BD

Tints of Carnation Pink #FAA3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 41.53%
G = 27.08%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAA3BD (or 0xFAA3BD) is known color: Carnation Pink. HEX triplet: FA, A3 and BD. RGB value is (250,163,189). Sum of RGB (Red+Green+Blue) = 250+163+189=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3BD is #055C42. Grayscale: #BFBFBF. Windows color (decimal): -351299 or 12428282. OLE color: 12428282.

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

Color convert

RGB 250 163 189 -
CMYK 0 0.35 0.24 0.02
HSL 342.07º 0.9% 0.81% -
HSV(B) 342.07º 0.35% 0.98% -
XYZ 61.71 50.19 54.58 -
YUV 191.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 250 163 189 0 0.35 0.24 0.02 342.07 0.9 0.81
Hex FA A3 BD 0 23 18 2 156 5A 51
Octal 372 243 275 0 43 30 2 526 132 121
Binary 11111010 10100011 10111101 0 100011 11000 10 101010110 1011010 1010001

Color Harmonies of #FAA3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3BD

Black with #FAA3BD

Text Example


Text Example

White with #FAA3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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