Html Css Color HEX #F99DBE Carnation Pink

📋 copy color: '#F99DBE'

red 249 ◦ green 157 ◦ blue 190

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

Shades of Carnation Pink #F99DBE

Tints of Carnation Pink #F99DBE

RGB

 RED value IS 249 (97.66% from 255) = 41.78%

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

 BLUE value IS 190 (74.61% from 255) = 31.88%

R = 41.78%
G = 26.34%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F99DBE (or 0xF99DBE) is known color: Carnation Pink. HEX triplet: F9, 9D and BE. RGB value is (249,157,190). Sum of RGB (Red+Green+Blue) = 249+157+190=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DBE is #066241. Grayscale: #BCBCBC. Windows color (decimal): -418370 or 12492281. OLE color: 12492281.

HSL color Cylindrical-coordinate representation of color #F99DBE: hue angle of 338.48º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DBE is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 157 190 -
CMYK 0 0.37 0.24 0.02
HSL 338.48º 0.88% 0.8% -
HSV(B) 338.48º 0.37% 0.98% -
XYZ 60.42 47.97 54.79 -
YUV 188.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 249 157 190 0 0.37 0.24 0.02 338.48 0.88 0.8
Hex F9 9D BE 0 25 18 2 152 58 50
Octal 371 235 276 0 45 30 2 522 130 120
Binary 11111001 10011101 10111110 0 100101 11000 10 101010010 1011000 1010000

Color Harmonies of #F99DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99DBE

Black with #F99DBE

Text Example


Text Example

White with #F99DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99DBE; }

 p { color: rgb(249,157,190); }

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

background-color css

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

 a { background-color: rgb(249,157,190); }

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

border-color css

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

 span { border-color: rgb(249,157,190); }

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