Html Css Color HEX #F9A0CE Carnation Pink

📋 copy color: '#F9A0CE'

red 249 ◦ green 160 ◦ blue 206

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

Shades of Carnation Pink #F9A0CE

Tints of Carnation Pink #F9A0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.02%

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 40.49%
G = 26.02%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9A0CE (or 0xF9A0CE) is known color: Carnation Pink. HEX triplet: F9, A0 and CE. RGB value is (249,160,206). Sum of RGB (Red+Green+Blue) = 249+160+206=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A0CE is #065F31. Grayscale: #BFBFBF. Windows color (decimal): -417586 or 13541625. OLE color: 13541625.

HSL color Cylindrical-coordinate representation of color #F9A0CE: hue angle of 328.99º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0CE is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 206 -
CMYK 0 0.36 0.17 0.02
HSL 328.99º 0.88% 0.8% -
HSV(B) 328.99º 0.36% 0.98% -
XYZ 62.78 49.74 64.68 -
YUV 191.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 249 160 206 0 0.36 0.17 0.02 328.99 0.88 0.8
Hex F9 A0 CE 0 24 11 2 149 58 50
Octal 371 240 316 0 44 21 2 511 130 120
Binary 11111001 10100000 11001110 0 100100 10001 10 101001001 1011000 1010000

Color Harmonies of #F9A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A0CE

Black with #F9A0CE

Text Example


Text Example

White with #F9A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A0CE; }

 p { color: rgb(249,160,206); }

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

background-color css

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

 a { background-color: rgb(249,160,206); }

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

border-color css

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

 span { border-color: rgb(249,160,206); }

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