Html Css Color HEX #FB99C0 Carnation Pink

📋 copy color: '#FB99C0'

red 251 ◦ green 153 ◦ blue 192

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

Shades of Carnation Pink #FB99C0

Tints of Carnation Pink #FB99C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.21%

R = 42.11%
G = 25.67%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB99C0 (or 0xFB99C0) is known color: Carnation Pink. HEX triplet: FB, 99 and C0. RGB value is (251,153,192). Sum of RGB (Red+Green+Blue) = 251+153+192=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99C0 is #04663F. Grayscale: #BABABA. Windows color (decimal): -288320 or 12622331. OLE color: 12622331.

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

Color convert

RGB 251 153 192 -
CMYK 0 0.39 0.24 0.02
HSL 336.12º 0.92% 0.79% -
HSV(B) 336.12º 0.39% 0.98% -
XYZ 60.69 47.1 55.76 -
YUV 186.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 251 153 192 0 0.39 0.24 0.02 336.12 0.92 0.79
Hex FB 99 C0 0 27 18 2 150 5C 4F
Octal 373 231 300 0 47 30 2 520 134 117
Binary 11111011 10011001 11000000 0 100111 11000 10 101010000 1011100 1001111

Color Harmonies of #FB99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB99C0

Black with #FB99C0

Text Example


Text Example

White with #FB99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB99C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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