Html Css Color HEX #FF9ABF Carnation Pink

📋 copy color: '#FF9ABF'

red 255 ◦ green 154 ◦ blue 191

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

Shades of Carnation Pink #FF9ABF

Tints of Carnation Pink #FF9ABF

RGB

 RED value IS 255 (100% from 255) = 42.5%

 GREEN value IS 154 (60.55% from 255) = 25.67%

 BLUE value IS 191 (75% from 255) = 31.83%

R = 42.5%
G = 25.67%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF9ABF (or 0xFF9ABF) is known color: Carnation Pink. HEX triplet: FF, 9A and BF. RGB value is (255,154,191). Sum of RGB (Red+Green+Blue) = 255+154+191=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ABF is #006540. Grayscale: #BCBCBC. Windows color (decimal): -25921 or 12557055. OLE color: 12557055.

HSL color Cylindrical-coordinate representation of color #FF9ABF: hue angle of 338.02º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9ABF is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 154 191 -
CMYK 0 0.40 0.25 0
HSL 338.02º 1% 0.8% -
HSV(B) 338.02º 0.4% 1% -
XYZ 62.2 48.13 55.3 -
YUV 188.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 255 154 191 0 0.40 0.25 0 338.02 1 0.8
Hex FF 9A BF 0 28 19 0 152 64 50
Octal 377 232 277 0 50 31 0 522 144 120
Binary 11111111 10011010 10111111 0 101000 11001 0 101010010 1100100 1010000

Color Harmonies of #FF9ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9ABF

Black with #FF9ABF

Text Example


Text Example

White with #FF9ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9ABF; }

 p { color: rgb(255,154,191); }

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

background-color css

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

 a { background-color: rgb(255,154,191); }

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

border-color css

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

 span { border-color: rgb(255,154,191); }

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