Html Css Color HEX #F99CCC Carnation Pink

📋 copy color: '#F99CCC'

red 249 ◦ green 156 ◦ blue 204

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

Shades of Carnation Pink #F99CCC

Tints of Carnation Pink #F99CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.62%

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 40.89%
G = 25.62%
B = 33.5%

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

#F99CCC (or 0xF99CCC) is known color: Carnation Pink. HEX triplet: F9, 9C and CC. RGB value is (249,156,204). Sum of RGB (Red+Green+Blue) = 249+156+204=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CCC is #066333. Grayscale: #BDBDBD. Windows color (decimal): -418612 or 13409529. OLE color: 13409529.

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

Color convert

RGB 249 156 204 -
CMYK 0 0.37 0.18 0.02
HSL 329.03º 0.89% 0.79% -
HSV(B) 329.03º 0.37% 0.98% -
XYZ 61.85 48.28 63.18 -
YUV 189.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 249 156 204 0 0.37 0.18 0.02 329.03 0.89 0.79
Hex F9 9C CC 0 25 12 2 149 59 4F
Octal 371 234 314 0 45 22 2 511 131 117
Binary 11111001 10011100 11001100 0 100101 10010 10 101001001 1011001 1001111

Color Harmonies of #F99CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99CCC

Black with #F99CCC

Text Example


Text Example

White with #F99CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99CCC; }

 p { color: rgb(249,156,204); }

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

background-color css

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

 a { background-color: rgb(249,156,204); }

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

border-color css

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

 span { border-color: rgb(249,156,204); }

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