Html Css Color HEX #F99DBB Carnation Pink

📋 copy color: '#F99DBB'

red 249 ◦ green 157 ◦ blue 187

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

Shades of Carnation Pink #F99DBB

Tints of Carnation Pink #F99DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 41.99%
G = 26.48%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F99DBB (or 0xF99DBB) is known color: Carnation Pink. HEX triplet: F9, 9D and BB. RGB value is (249,157,187). Sum of RGB (Red+Green+Blue) = 249+157+187=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DBB is #066244. Grayscale: #BBBBBB. Windows color (decimal): -418373 or 12295673. OLE color: 12295673.

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

Color convert

RGB 249 157 187 -
CMYK 0 0.37 0.25 0.02
HSL 340.43º 0.88% 0.8% -
HSV(B) 340.43º 0.37% 0.98% -
XYZ 60.09 47.84 53.08 -
YUV 187.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 249 157 187 0 0.37 0.25 0.02 340.43 0.88 0.8
Hex F9 9D BB 0 25 19 2 154 58 50
Octal 371 235 273 0 45 31 2 524 130 120
Binary 11111001 10011101 10111011 0 100101 11001 10 101010100 1011000 1010000

Color Harmonies of #F99DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99DBB

Black with #F99DBB

Text Example


Text Example

White with #F99DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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