Html Css Color HEX #F89ECF Carnation Pink

📋 copy color: '#F89ECF'

red 248 ◦ green 158 ◦ blue 207

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

Shades of Carnation Pink #F89ECF

Tints of Carnation Pink #F89ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.77%

 BLUE value IS 207 (81.25% from 255) = 33.77%

R = 40.46%
G = 25.77%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F89ECF (or 0xF89ECF) is known color: Carnation Pink. HEX triplet: F8, 9E and CF. RGB value is (248,158,207). Sum of RGB (Red+Green+Blue) = 248+158+207=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ECF is #076130. Grayscale: #BEBEBE. Windows color (decimal): -483633 or 13606648. OLE color: 13606648.

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

Color convert

RGB 248 158 207 -
CMYK 0 0.36 0.17 0.03
HSL 327.33º 0.87% 0.8% -
HSV(B) 327.33º 0.36% 0.97% -
XYZ 62.2 48.92 65.19 -
YUV 190.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 248 158 207 0 0.36 0.17 0.03 327.33 0.87 0.8
Hex F8 9E CF 0 24 11 3 147 57 50
Octal 370 236 317 0 44 21 3 507 127 120
Binary 11111000 10011110 11001111 0 100100 10001 11 101000111 1010111 1010000

Color Harmonies of #F89ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89ECF

Black with #F89ECF

Text Example


Text Example

White with #F89ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89ECF; }

 p { color: rgb(248,158,207); }

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

background-color css

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

 a { background-color: rgb(248,158,207); }

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

border-color css

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

 span { border-color: rgb(248,158,207); }

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