Html Css Color HEX #F89DCC Carnation Pink

📋 copy color: '#F89DCC'

red 248 ◦ green 157 ◦ blue 204

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

Shades of Carnation Pink #F89DCC

Tints of Carnation Pink #F89DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 40.72%
G = 25.78%
B = 33.5%

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

#F89DCC (or 0xF89DCC) is known color: Carnation Pink. HEX triplet: F8, 9D and CC. RGB value is (248,157,204). Sum of RGB (Red+Green+Blue) = 248+157+204=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DCC is #076233. Grayscale: #BDBDBD. Windows color (decimal): -483892 or 13409784. OLE color: 13409784.

HSL color Cylindrical-coordinate representation of color #F89DCC: hue angle of 329.01º 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 #F89DCC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 157 204 -
CMYK 0 0.37 0.18 0.03
HSL 329.01º 0.87% 0.79% -
HSV(B) 329.01º 0.37% 0.97% -
XYZ 61.67 48.43 63.22 -
YUV 189.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 248 157 204 0 0.37 0.18 0.03 329.01 0.87 0.79
Hex F8 9D CC 0 25 12 3 149 57 4F
Octal 370 235 314 0 45 22 3 511 127 117
Binary 11111000 10011101 11001100 0 100101 10010 11 101001001 1010111 1001111

Color Harmonies of #F89DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89DCC

Black with #F89DCC

Text Example


Text Example

White with #F89DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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