Html Css Color HEX #FBDDD2 Pippin

📋 copy color: '#FBDDD2'

red 251 ◦ green 221 ◦ blue 210

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

Shades of Pippin #FBDDD2

Tints of Pippin #FBDDD2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.4%

 BLUE value IS 210 (82.42% from 255) = 30.79%

R = 36.8%
G = 32.4%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBDDD2 (or 0xFBDDD2) is known color: Pippin. HEX triplet: FB, DD and D2. RGB value is (251,221,210). Sum of RGB (Red+Green+Blue) = 251+221+210=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD2 is #04222D. Grayscale: #E4E4E4. Windows color (decimal): -270894 or 13819387. OLE color: 13819387.

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

Color convert

RGB 251 221 210 -
CMYK 0 0.12 0.16 0.02
HSL 16.1º 0.84% 0.9% -
HSV(B) 16.1º 0.16% 0.98% -
XYZ 77.27 76.88 71.74 -
YUV 228.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 251 221 210 0 0.12 0.16 0.02 16.1 0.84 0.9
Hex FB DD D2 0 C 10 2 10 54 5A
Octal 373 335 322 0 14 20 2 20 124 132
Binary 11111011 11011101 11010010 0 1100 10000 10 10000 1010100 1011010

Color Harmonies of #FBDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDD2

Black with #FBDDD2

Text Example


Text Example

White with #FBDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDD2; }

 p { color: rgb(251,221,210); }

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

background-color css

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

 a { background-color: rgb(251,221,210); }

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

border-color css

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

 span { border-color: rgb(251,221,210); }

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