Html Css Color HEX #FF99CD Carnation Pink

📋 copy color: '#FF99CD'

red 255 ◦ green 153 ◦ blue 205

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

Shades of Carnation Pink #FF99CD

Tints of Carnation Pink #FF99CD

RGB

 RED value IS 255 (100% from 255) = 41.6%

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

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

R = 41.6%
G = 24.96%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF99CD (or 0xFF99CD) is known color: Carnation Pink. HEX triplet: FF, 99 and CD. RGB value is (255,153,205). Sum of RGB (Red+Green+Blue) = 255+153+205=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99CD is #006632. Grayscale: #BDBDBD. Windows color (decimal): -26163 or 13474303. OLE color: 13474303.

HSL color Cylindrical-coordinate representation of color #FF99CD: hue angle of 329.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99CD is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 205 -
CMYK 0 0.4 0.20 0
HSL 329.41º 1% 0.8% -
HSV(B) 329.41º 0.4% 1% -
XYZ 63.65 48.45 63.75 -
YUV 189.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 255 153 205 0 0.4 0.20 0 329.41 1 0.8
Hex FF 99 CD 0 28 14 0 149 64 50
Octal 377 231 315 0 50 24 0 511 144 120
Binary 11111111 10011001 11001101 0 101000 10100 0 101001001 1100100 1010000

Color Harmonies of #FF99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF99CD

Black with #FF99CD

Text Example


Text Example

White with #FF99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF99CD; }

 p { color: rgb(255,153,205); }

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

background-color css

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

 a { background-color: rgb(255,153,205); }

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

border-color css

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

 span { border-color: rgb(255,153,205); }

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