Html Css Color HEX #FBCBD0 Pink

📋 copy color: '#FBCBD0'

red 251 ◦ green 203 ◦ blue 208

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

Shades of Pink #FBCBD0

Tints of Pink #FBCBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.42%

R = 37.92%
G = 30.66%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBCBD0 (or 0xFBCBD0) is known color: Pink. HEX triplet: FB, CB and D0. RGB value is (251,203,208). Sum of RGB (Red+Green+Blue) = 251+203+208=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBD0 is #04342F. Grayscale: #D9D9D9. Windows color (decimal): -275504 or 13683707. OLE color: 13683707.

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

Color convert

RGB 251 203 208 -
CMYK 0 0.19 0.17 0.02
HSL 353.75º 0.86% 0.89% -
HSV(B) 353.75º 0.19% 0.98% -
XYZ 72.52 67.78 68.93 -
YUV 217.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 251 203 208 0 0.19 0.17 0.02 353.75 0.86 0.89
Hex FB CB D0 0 13 11 2 162 56 59
Octal 373 313 320 0 23 21 2 542 126 131
Binary 11111011 11001011 11010000 0 10011 10001 10 101100010 1010110 1011001

Color Harmonies of #FBCBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBD0

Black with #FBCBD0

Text Example


Text Example

White with #FBCBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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