Html Css Color HEX #F89DCB Carnation Pink

📋 copy color: '#F89DCB'

red 248 ◦ green 157 ◦ blue 203

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

Shades of Carnation Pink #F89DCB

Tints of Carnation Pink #F89DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.82%

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

R = 40.79%
G = 25.82%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F89DCB (or 0xF89DCB) is known color: Carnation Pink. HEX triplet: F8, 9D and CB. RGB value is (248,157,203). Sum of RGB (Red+Green+Blue) = 248+157+203=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DCB is #076234. Grayscale: #BDBDBD. Windows color (decimal): -483893 or 13344248. OLE color: 13344248.

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

Color convert

RGB 248 157 203 -
CMYK 0 0.37 0.18 0.03
HSL 329.67º 0.87% 0.79% -
HSV(B) 329.67º 0.37% 0.97% -
XYZ 61.55 48.38 62.59 -
YUV 189.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 248 157 203 0 0.37 0.18 0.03 329.67 0.87 0.79
Hex F8 9D CB 0 25 12 3 14A 57 4F
Octal 370 235 313 0 45 22 3 512 127 117
Binary 11111000 10011101 11001011 0 100101 10010 11 101001010 1010111 1001111

Color Harmonies of #F89DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DCB

Black with #F89DCB

Text Example


Text Example

White with #F89DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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