Html Css Color HEX #F99DCD Carnation Pink

📋 copy color: '#F99DCD'

red 249 ◦ green 157 ◦ blue 205

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

Shades of Carnation Pink #F99DCD

Tints of Carnation Pink #F99DCD

RGB

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

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

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

R = 40.75%
G = 25.7%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F99DCD (or 0xF99DCD) is known color: Carnation Pink. HEX triplet: F9, 9D and CD. RGB value is (249,157,205). Sum of RGB (Red+Green+Blue) = 249+157+205=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DCD is #066232. Grayscale: #BDBDBD. Windows color (decimal): -418355 or 13475321. OLE color: 13475321.

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

Color convert

RGB 249 157 205 -
CMYK 0 0.37 0.18 0.02
HSL 328.7º 0.88% 0.8% -
HSV(B) 328.7º 0.37% 0.98% -
XYZ 62.14 48.66 63.87 -
YUV 189.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 249 157 205 0 0.37 0.18 0.02 328.7 0.88 0.8
Hex F9 9D CD 0 25 12 2 149 58 50
Octal 371 235 315 0 45 22 2 511 130 120
Binary 11111001 10011101 11001101 0 100101 10010 10 101001001 1011000 1010000

Color Harmonies of #F99DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99DCD

Black with #F99DCD

Text Example


Text Example

White with #F99DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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