Html Css Color HEX #FBCBD1 Pink

📋 copy color: '#FBCBD1'

red 251 ◦ green 203 ◦ blue 209

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

Shades of Pink #FBCBD1

Tints of Pink #FBCBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 31.52%

R = 37.86%
G = 30.62%
B = 31.52%

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

#FBCBD1 (or 0xFBCBD1) is known color: Pink. HEX triplet: FB, CB and D1. RGB value is (251,203,209). Sum of RGB (Red+Green+Blue) = 251+203+209=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBD1 is #04342E. Grayscale: #DADADA. Windows color (decimal): -275503 or 13749243. OLE color: 13749243.

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

Color convert

RGB 251 203 209 -
CMYK 0 0.19 0.17 0.02
HSL 352.5º 0.86% 0.89% -
HSV(B) 352.5º 0.19% 0.98% -
XYZ 72.65 67.82 69.58 -
YUV 218.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 251 203 209 0 0.19 0.17 0.02 352.5 0.86 0.89
Hex FB CB D1 0 13 11 2 160 56 59
Octal 373 313 321 0 23 21 2 540 126 131
Binary 11111011 11001011 11010001 0 10011 10001 10 101100000 1010110 1011001

Color Harmonies of #FBCBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCBD1

Black with #FBCBD1

Text Example


Text Example

White with #FBCBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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