Html Css Color HEX #FB99D0 Carnation Pink

📋 copy color: '#FB99D0'

red 251 ◦ green 153 ◦ blue 208

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

Shades of Carnation Pink #FB99D0

Tints of Carnation Pink #FB99D0

RGB

 RED value IS 251 (98.44% from 255) = 41.01%

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

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

R = 41.01%
G = 25%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB99D0 (or 0xFB99D0) is known color: Carnation Pink. HEX triplet: FB, 99 and D0. RGB value is (251,153,208). Sum of RGB (Red+Green+Blue) = 251+153+208=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99D0 is #04662F. Grayscale: #BCBCBC. Windows color (decimal): -288304 or 13670907. OLE color: 13670907.

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

Color convert

RGB 251 153 208 -
CMYK 0 0.39 0.17 0.02
HSL 326.33º 0.92% 0.79% -
HSV(B) 326.33º 0.39% 0.98% -
XYZ 62.56 47.85 65.61 -
YUV 188.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 251 153 208 0 0.39 0.17 0.02 326.33 0.92 0.79
Hex FB 99 D0 0 27 11 2 146 5C 4F
Octal 373 231 320 0 47 21 2 506 134 117
Binary 11111011 10011001 11010000 0 100111 10001 10 101000110 1011100 1001111

Color Harmonies of #FB99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB99D0

Black with #FB99D0

Text Example


Text Example

White with #FB99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB99D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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