Html Css Color HEX #FD99CC Carnation Pink

📋 copy color: '#FD99CC'

red 253 ◦ green 153 ◦ blue 204

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

Shades of Carnation Pink #FD99CC

Tints of Carnation Pink #FD99CC

RGB

 RED value IS 253 (99.22% from 255) = 41.48%

 GREEN value IS 153 (60.16% from 255) = 25.08%

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

R = 41.48%
G = 25.08%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD99CC (or 0xFD99CC) is known color: Carnation Pink. HEX triplet: FD, 99 and CC. RGB value is (253,153,204). Sum of RGB (Red+Green+Blue) = 253+153+204=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99CC is #026633. Grayscale: #BCBCBC. Windows color (decimal): -157236 or 13408765. OLE color: 13408765.

HSL color Cylindrical-coordinate representation of color #FD99CC: hue angle of 329.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99CC is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 153 204 -
CMYK 0 0.40 0.19 0.01
HSL 329.4º 0.96% 0.8% -
HSV(B) 329.4º 0.4% 0.99% -
XYZ 62.8 48.02 63.09 -
YUV 188.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 253 153 204 0 0.40 0.19 0.01 329.4 0.96 0.8
Hex FD 99 CC 0 28 13 1 149 60 50
Octal 375 231 314 0 50 23 1 511 140 120
Binary 11111101 10011001 11001100 0 101000 10011 1 101001001 1100000 1010000

Color Harmonies of #FD99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD99CC

Black with #FD99CC

Text Example


Text Example

White with #FD99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD99CC; }

 p { color: rgb(253,153,204); }

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

background-color css

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

 a { background-color: rgb(253,153,204); }

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

border-color css

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

 span { border-color: rgb(253,153,204); }

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