Html Css Color HEX #F89ECD Carnation Pink

📋 copy color: '#F89ECD'

red 248 ◦ green 158 ◦ blue 205

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

Shades of Carnation Pink #F89ECD

Tints of Carnation Pink #F89ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 40.59%
G = 25.86%
B = 33.55%

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

#F89ECD (or 0xF89ECD) is known color: Carnation Pink. HEX triplet: F8, 9E and CD. RGB value is (248,158,205). Sum of RGB (Red+Green+Blue) = 248+158+205=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ECD is #076132. Grayscale: #BEBEBE. Windows color (decimal): -483635 or 13475576. OLE color: 13475576.

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

Color convert

RGB 248 158 205 -
CMYK 0 0.36 0.17 0.03
HSL 328.67º 0.87% 0.8% -
HSV(B) 328.67º 0.36% 0.97% -
XYZ 61.96 48.82 63.91 -
YUV 190.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 248 158 205 0 0.36 0.17 0.03 328.67 0.87 0.8
Hex F8 9E CD 0 24 11 3 149 57 50
Octal 370 236 315 0 44 21 3 511 127 120
Binary 11111000 10011110 11001101 0 100100 10001 11 101001001 1010111 1010000

Color Harmonies of #F89ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89ECD

Black with #F89ECD

Text Example


Text Example

White with #F89ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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