Html Css Color HEX #FAACC7 Carnation Pink

📋 copy color: '#FAACC7'

red 250 ◦ green 172 ◦ blue 199

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

Shades of Carnation Pink #FAACC7

Tints of Carnation Pink #FAACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.7%

 BLUE value IS 199 (78.13% from 255) = 32.05%

R = 40.26%
G = 27.7%
B = 32.05%

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

#FAACC7 (or 0xFAACC7) is known color: Carnation Pink. HEX triplet: FA, AC and C7. RGB value is (250,172,199). Sum of RGB (Red+Green+Blue) = 250+172+199=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC7 is #055338. Grayscale: #C6C6C6. Windows color (decimal): -348985 or 13085946. OLE color: 13085946.

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

Color convert

RGB 250 172 199 -
CMYK 0 0.31 0.20 0.02
HSL 339.23º 0.89% 0.83% -
HSV(B) 339.23º 0.31% 0.98% -
XYZ 64.49 53.95 61.05 -
YUV 198.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 250 172 199 0 0.31 0.20 0.02 339.23 0.89 0.83
Hex FA AC C7 0 1F 14 2 153 59 53
Octal 372 254 307 0 37 24 2 523 131 123
Binary 11111010 10101100 11000111 0 11111 10100 10 101010011 1011001 1010011

Color Harmonies of #FAACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACC7

Black with #FAACC7

Text Example


Text Example

White with #FAACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACC7; }

 p { color: rgb(250,172,199); }

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

background-color css

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

 a { background-color: rgb(250,172,199); }

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

border-color css

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

 span { border-color: rgb(250,172,199); }

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