Html Css Color HEX #FBBBC3 Light Pink

📋 copy color: '#FBBBC3'

red 251 ◦ green 187 ◦ blue 195

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

Shades of Light Pink #FBBBC3

Tints of Light Pink #FBBBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.81%

R = 39.65%
G = 29.54%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBBBC3 (or 0xFBBBC3) is known color: Light Pink. HEX triplet: FB, BB and C3. RGB value is (251,187,195). Sum of RGB (Red+Green+Blue) = 251+187+195=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC3 is #04443C. Grayscale: #CFCFCF. Windows color (decimal): -279613 or 12827643. OLE color: 12827643.

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

Color convert

RGB 251 187 195 -
CMYK 0 0.25 0.22 0.02
HSL 352.5º 0.89% 0.86% -
HSV(B) 352.5º 0.25% 0.98% -
XYZ 67.4 59.99 59.66 -
YUV 207.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 251 187 195 0 0.25 0.22 0.02 352.5 0.89 0.86
Hex FB BB C3 0 19 16 2 160 59 56
Octal 373 273 303 0 31 26 2 540 131 126
Binary 11111011 10111011 11000011 0 11001 10110 10 101100000 1011001 1010110

Color Harmonies of #FBBBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBC3

Black with #FBBBC3

Text Example


Text Example

White with #FBBBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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