Html Css Color HEX #FBDDD3 Pippin

📋 copy color: '#FBDDD3'

red 251 ◦ green 221 ◦ blue 211

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

Shades of Pippin #FBDDD3

Tints of Pippin #FBDDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.89%

R = 36.75%
G = 32.36%
B = 30.89%

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

#FBDDD3 (or 0xFBDDD3) is known color: Pippin. HEX triplet: FB, DD and D3. RGB value is (251,221,211). Sum of RGB (Red+Green+Blue) = 251+221+211=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD3 is #04222C. Grayscale: #E4E4E4. Windows color (decimal): -270893 or 13884923. OLE color: 13884923.

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

Color convert

RGB 251 221 211 -
CMYK 0 0.12 0.16 0.02
HSL 15º 0.83% 0.91% -
HSV(B) 15º 0.16% 0.98% -
XYZ 77.4 76.93 72.4 -
YUV 228.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 251 221 211 0 0.12 0.16 0.02 15 0.83 0.91
Hex FB DD D3 0 C 10 2 F 53 5B
Octal 373 335 323 0 14 20 2 17 123 133
Binary 11111011 11011101 11010011 0 1100 10000 10 1111 1010011 1011011

Color Harmonies of #FBDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDDD3

Black with #FBDDD3

Text Example


Text Example

White with #FBDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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