Html Css Color HEX #F89ACB Carnation Pink

📋 copy color: '#F89ACB'

red 248 ◦ green 154 ◦ blue 203

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

Shades of Carnation Pink #F89ACB

Tints of Carnation Pink #F89ACB

RGB

 RED value IS 248 (97.27% from 255) = 40.99%

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

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 40.99%
G = 25.45%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F89ACB (or 0xF89ACB) is known color: Carnation Pink. HEX triplet: F8, 9A and CB. RGB value is (248,154,203). Sum of RGB (Red+Green+Blue) = 248+154+203=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ACB is #076534. Grayscale: #BBBBBB. Windows color (decimal): -484661 or 13343480. OLE color: 13343480.

HSL color Cylindrical-coordinate representation of color #F89ACB: hue angle of 328.72º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89ACB is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 154 203 -
CMYK 0 0.38 0.18 0.03
HSL 328.72º 0.87% 0.79% -
HSV(B) 328.72º 0.38% 0.97% -
XYZ 61.05 47.38 62.43 -
YUV 187.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 248 154 203 0 0.38 0.18 0.03 328.72 0.87 0.79
Hex F8 9A CB 0 26 12 3 149 57 4F
Octal 370 232 313 0 46 22 3 511 127 117
Binary 11111000 10011010 11001011 0 100110 10010 11 101001001 1010111 1001111

Color Harmonies of #F89ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89ACB

Black with #F89ACB

Text Example


Text Example

White with #F89ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89ACB; }

 p { color: rgb(248,154,203); }

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

background-color css

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

 a { background-color: rgb(248,154,203); }

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

border-color css

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

 span { border-color: rgb(248,154,203); }

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