Html Css Color HEX #FBDBD5 Pippin

📋 copy color: '#FBDBD5'

red 251 ◦ green 219 ◦ blue 213

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

Shades of Pippin #FBDBD5

Tints of Pippin #FBDBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.19%

R = 36.75%
G = 32.06%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBDBD5 (or 0xFBDBD5) is known color: Pippin. HEX triplet: FB, DB and D5. RGB value is (251,219,213). Sum of RGB (Red+Green+Blue) = 251+219+213=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD5 is #04242A. Grayscale: #E3E3E3. Windows color (decimal): -271403 or 14015483. OLE color: 14015483.

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

Color convert

RGB 251 219 213 -
CMYK 0 0.13 0.15 0.02
HSL 9.47º 0.83% 0.91% -
HSV(B) 9.47º 0.15% 0.98% -
XYZ 77.13 75.98 73.55 -
YUV 227.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 251 219 213 0 0.13 0.15 0.02 9.47 0.83 0.91
Hex FB DB D5 0 D F 2 9 53 5B
Octal 373 333 325 0 15 17 2 11 123 133
Binary 11111011 11011011 11010101 0 1101 1111 10 1001 1010011 1011011

Color Harmonies of #FBDBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBD5

Black with #FBDBD5

Text Example


Text Example

White with #FBDBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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