Html Css Color HEX #FF99D0 Carnation Pink

📋 copy color: '#FF99D0'

red 255 ◦ green 153 ◦ blue 208

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

Shades of Carnation Pink #FF99D0

Tints of Carnation Pink #FF99D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.77%

R = 41.4%
G = 24.84%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF99D0 (or 0xFF99D0) is known color: Carnation Pink. HEX triplet: FF, 99 and D0. RGB value is (255,153,208). Sum of RGB (Red+Green+Blue) = 255+153+208=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 208 (81.64% from 255 or 33.77% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99D0 is #00662F. Grayscale: #BDBDBD. Windows color (decimal): -26160 or 13670911. OLE color: 13670911.

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

Color convert

RGB 255 153 208 -
CMYK 0 0.4 0.18 0
HSL 327.65º 1% 0.8% -
HSV(B) 327.65º 0.4% 1% -
XYZ 64.02 48.6 65.68 -
YUV 189.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 255 153 208 0 0.4 0.18 0 327.65 1 0.8
Hex FF 99 D0 0 28 12 0 148 64 50
Octal 377 231 320 0 50 22 0 510 144 120
Binary 11111111 10011001 11010000 0 101000 10010 0 101001000 1100100 1010000

Color Harmonies of #FF99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF99D0

Black with #FF99D0

Text Example


Text Example

White with #FF99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF99D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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