Html Css Color HEX #FBBBCC Pink

📋 copy color: '#FBBBCC'

red 251 ◦ green 187 ◦ blue 204

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

Shades of Pink #FBBBCC

Tints of Pink #FBBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.13%

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 39.1%
G = 29.13%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBBBCC (or 0xFBBBCC) is known color: Pink. HEX triplet: FB, BB and CC. RGB value is (251,187,204). Sum of RGB (Red+Green+Blue) = 251+187+204=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBCC is #044433. Grayscale: #D0D0D0. Windows color (decimal): -279604 or 13417467. OLE color: 13417467.

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

Color convert

RGB 251 187 204 -
CMYK 0 0.25 0.19 0.02
HSL 344.06º 0.89% 0.86% -
HSV(B) 344.06º 0.25% 0.98% -
XYZ 68.45 60.41 65.18 -
YUV 208.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 251 187 204 0 0.25 0.19 0.02 344.06 0.89 0.86
Hex FB BB CC 0 19 13 2 158 59 56
Octal 373 273 314 0 31 23 2 530 131 126
Binary 11111011 10111011 11001100 0 11001 10011 10 101011000 1011001 1010110

Color Harmonies of #FBBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBCC

Black with #FBBBCC

Text Example


Text Example

White with #FBBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBCC; }

 p { color: rgb(251,187,204); }

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

background-color css

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

 a { background-color: rgb(251,187,204); }

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

border-color css

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

 span { border-color: rgb(251,187,204); }

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