Html Css Color HEX #FBDBDC Pale Pink

📋 copy color: '#FBDBDC'

red 251 ◦ green 219 ◦ blue 220

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

Shades of Pale Pink #FBDBDC

Tints of Pale Pink #FBDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.74%

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 36.38%
G = 31.74%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBDBDC (or 0xFBDBDC) is known color: Pale Pink. HEX triplet: FB, DB and DC. RGB value is (251,219,220). Sum of RGB (Red+Green+Blue) = 251+219+220=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBDC is #042423. Grayscale: #E4E4E4. Windows color (decimal): -271396 or 14474235. OLE color: 14474235.

HSL color Cylindrical-coordinate representation of color #FBDBDC: hue angle of 358.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBDC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 220 -
CMYK 0 0.13 0.12 0.02
HSL 358.13º 0.8% 0.92% -
HSV(B) 358.13º 0.13% 0.98% -
XYZ 78.03 76.34 78.33 -
YUV 228.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 251 219 220 0 0.13 0.12 0.02 358.13 0.8 0.92
Hex FB DB DC 0 D C 2 166 50 5C
Octal 373 333 334 0 15 14 2 546 120 134
Binary 11111011 11011011 11011100 0 1101 1100 10 101100110 1010000 1011100

Color Harmonies of #FBDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBDC

Black with #FBDBDC

Text Example


Text Example

White with #FBDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBDC; }

 p { color: rgb(251,219,220); }

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

background-color css

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

 a { background-color: rgb(251,219,220); }

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

border-color css

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

 span { border-color: rgb(251,219,220); }

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