Html Css Color HEX #F9A8C6 Carnation Pink

📋 copy color: '#F9A8C6'

red 249 ◦ green 168 ◦ blue 198

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

Shades of Carnation Pink #F9A8C6

Tints of Carnation Pink #F9A8C6

RGB

 RED value IS 249 (97.66% from 255) = 40.49%

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

 BLUE value IS 198 (77.73% from 255) = 32.2%

R = 40.49%
G = 27.32%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F9A8C6 (or 0xF9A8C6) is known color: Carnation Pink. HEX triplet: F9, A8 and C6. RGB value is (249,168,198). Sum of RGB (Red+Green+Blue) = 249+168+198=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A8C6 is #065739. Grayscale: #C3C3C3. Windows color (decimal): -415546 or 13019385. OLE color: 13019385.

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

Color convert

RGB 249 168 198 -
CMYK 0 0.33 0.20 0.02
HSL 337.78º 0.87% 0.82% -
HSV(B) 337.78º 0.33% 0.98% -
XYZ 63.26 52.22 60.17 -
YUV 195.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 249 168 198 0 0.33 0.20 0.02 337.78 0.87 0.82
Hex F9 A8 C6 0 21 14 2 152 57 52
Octal 371 250 306 0 41 24 2 522 127 122
Binary 11111001 10101000 11000110 0 100001 10100 10 101010010 1010111 1010010

Color Harmonies of #F9A8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A8C6

Black with #F9A8C6

Text Example


Text Example

White with #F9A8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A8C6; }

 p { color: rgb(249,168,198); }

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

background-color css

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

 a { background-color: rgb(249,168,198); }

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

border-color css

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

 span { border-color: rgb(249,168,198); }

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