Html Css Color HEX #FBCBBC Your Pink

📋 copy color: '#FBCBBC'

red 251 ◦ green 203 ◦ blue 188

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

Shades of Your Pink #FBCBBC

Tints of Your Pink #FBCBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.62%

 BLUE value IS 188 (73.83% from 255) = 29.28%

R = 39.1%
G = 31.62%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBCBBC (or 0xFBCBBC) is known color: Your Pink. HEX triplet: FB, CB and BC. RGB value is (251,203,188). Sum of RGB (Red+Green+Blue) = 251+203+188=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBBC is #043443. Grayscale: #D7D7D7. Windows color (decimal): -275524 or 12372987. OLE color: 12372987.

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

Color convert

RGB 251 203 188 -
CMYK 0 0.19 0.25 0.02
HSL 14.29º 0.89% 0.86% -
HSV(B) 14.29º 0.25% 0.98% -
XYZ 70.22 66.85 56.78 -
YUV 215.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 251 203 188 0 0.19 0.25 0.02 14.29 0.89 0.86
Hex FB CB BC 0 13 19 2 E 59 56
Octal 373 313 274 0 23 31 2 16 131 126
Binary 11111011 11001011 10111100 0 10011 11001 10 1110 1011001 1010110

Color Harmonies of #FBCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBBC

Black with #FBCBBC

Text Example


Text Example

White with #FBCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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