Html Css Color HEX #FBABCB Carnation Pink

📋 copy color: '#FBABCB'

red 251 ◦ green 171 ◦ blue 203

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

Shades of Carnation Pink #FBABCB

Tints of Carnation Pink #FBABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.36%

 BLUE value IS 203 (79.69% from 255) = 32.48%

R = 40.16%
G = 27.36%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBABCB (or 0xFBABCB) is known color: Carnation Pink. HEX triplet: FB, AB and CB. RGB value is (251,171,203). Sum of RGB (Red+Green+Blue) = 251+171+203=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABCB is #045434. Grayscale: #C6C6C6. Windows color (decimal): -283701 or 13347835. OLE color: 13347835.

HSL color Cylindrical-coordinate representation of color #FBABCB: hue angle of 336º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABCB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 171 203 -
CMYK 0 0.32 0.19 0.02
HSL 336º 0.91% 0.83% -
HSV(B) 336º 0.32% 0.98% -
XYZ 65.13 53.95 63.48 -
YUV 198.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 251 171 203 0 0.32 0.19 0.02 336 0.91 0.83
Hex FB AB CB 0 20 13 2 150 5B 53
Octal 373 253 313 0 40 23 2 520 133 123
Binary 11111011 10101011 11001011 0 100000 10011 10 101010000 1011011 1010011

Color Harmonies of #FBABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABCB

Black with #FBABCB

Text Example


Text Example

White with #FBABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABCB; }

 p { color: rgb(251,171,203); }

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

background-color css

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

 a { background-color: rgb(251,171,203); }

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

border-color css

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

 span { border-color: rgb(251,171,203); }

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