Html Css Color HEX #F99CCD Carnation Pink

📋 copy color: '#F99CCD'

red 249 ◦ green 156 ◦ blue 205

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

Shades of Carnation Pink #F99CCD

Tints of Carnation Pink #F99CCD

RGB

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

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

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

R = 40.82%
G = 25.57%
B = 33.61%

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

#F99CCD (or 0xF99CCD) is known color: Carnation Pink. HEX triplet: F9, 9C and CD. RGB value is (249,156,205). Sum of RGB (Red+Green+Blue) = 249+156+205=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CCD is #066332. Grayscale: #BDBDBD. Windows color (decimal): -418611 or 13475065. OLE color: 13475065.

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

Color convert

RGB 249 156 205 -
CMYK 0 0.37 0.18 0.02
HSL 328.39º 0.89% 0.79% -
HSV(B) 328.39º 0.37% 0.98% -
XYZ 61.97 48.32 63.82 -
YUV 189.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 249 156 205 0 0.37 0.18 0.02 328.39 0.89 0.79
Hex F9 9C CD 0 25 12 2 148 59 4F
Octal 371 234 315 0 45 22 2 510 131 117
Binary 11111001 10011100 11001101 0 100101 10010 10 101001000 1011001 1001111

Color Harmonies of #F99CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99CCD

Black with #F99CCD

Text Example


Text Example

White with #F99CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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