Html Css Color HEX #FAA7CC Carnation Pink

📋 copy color: '#FAA7CC'

red 250 ◦ green 167 ◦ blue 204

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

Shades of Carnation Pink #FAA7CC

Tints of Carnation Pink #FAA7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.89%

 BLUE value IS 204 (80.08% from 255) = 32.85%

R = 40.26%
G = 26.89%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAA7CC (or 0xFAA7CC) is known color: Carnation Pink. HEX triplet: FA, A7 and CC. RGB value is (250,167,204). Sum of RGB (Red+Green+Blue) = 250+167+204=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7CC is #055833. Grayscale: #C3C3C3. Windows color (decimal): -350260 or 13412346. OLE color: 13412346.

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

Color convert

RGB 250 167 204 -
CMYK 0 0.33 0.18 0.02
HSL 333.25º 0.89% 0.82% -
HSV(B) 333.25º 0.33% 0.98% -
XYZ 64.14 52.32 63.85 -
YUV 196.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 250 167 204 0 0.33 0.18 0.02 333.25 0.89 0.82
Hex FA A7 CC 0 21 12 2 14D 59 52
Octal 372 247 314 0 41 22 2 515 131 122
Binary 11111010 10100111 11001100 0 100001 10010 10 101001101 1011001 1010010

Color Harmonies of #FAA7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7CC

Black with #FAA7CC

Text Example


Text Example

White with #FAA7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7CC; }

 p { color: rgb(250,167,204); }

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

background-color css

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

 a { background-color: rgb(250,167,204); }

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

border-color css

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

 span { border-color: rgb(250,167,204); }

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