Html Css Color HEX #FAADC9 Carnation Pink

📋 copy color: '#FAADC9'

red 250 ◦ green 173 ◦ blue 201

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

Shades of Carnation Pink #FAADC9

Tints of Carnation Pink #FAADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.72%

 BLUE value IS 201 (78.91% from 255) = 32.21%

R = 40.06%
G = 27.72%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAADC9 (or 0xFAADC9) is known color: Carnation Pink. HEX triplet: FA, AD and C9. RGB value is (250,173,201). Sum of RGB (Red+Green+Blue) = 250+173+201=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC9 is #055236. Grayscale: #C7C7C7. Windows color (decimal): -348727 or 13217274. OLE color: 13217274.

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

Color convert

RGB 250 173 201 -
CMYK 0 0.31 0.20 0.02
HSL 338.18º 0.89% 0.83% -
HSV(B) 338.18º 0.31% 0.98% -
XYZ 64.91 54.43 62.34 -
YUV 199.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 250 173 201 0 0.31 0.20 0.02 338.18 0.89 0.83
Hex FA AD C9 0 1F 14 2 152 59 53
Octal 372 255 311 0 37 24 2 522 131 123
Binary 11111010 10101101 11001001 0 11111 10100 10 101010010 1011001 1010011

Color Harmonies of #FAADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAADC9

Black with #FAADC9

Text Example


Text Example

White with #FAADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAADC9; }

 p { color: rgb(250,173,201); }

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

background-color css

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

 a { background-color: rgb(250,173,201); }

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

border-color css

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

 span { border-color: rgb(250,173,201); }

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