Html Css Color HEX #FBDADD Pale Pink

📋 copy color: '#FBDADD'

red 251 ◦ green 218 ◦ blue 221

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

Shades of Pale Pink #FBDADD

Tints of Pale Pink #FBDADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.59%

 BLUE value IS 221 (86.72% from 255) = 32.03%

R = 36.38%
G = 31.59%
B = 32.03%

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

#FBDADD (or 0xFBDADD) is known color: Pale Pink. HEX triplet: FB, DA and DD. RGB value is (251,218,221). Sum of RGB (Red+Green+Blue) = 251+218+221=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDADD is #042522. Grayscale: #E4E4E4. Windows color (decimal): -271651 or 14539515. OLE color: 14539515.

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

Color convert

RGB 251 218 221 -
CMYK 0 0.13 0.12 0.02
HSL 354.55º 0.8% 0.92% -
HSV(B) 354.55º 0.13% 0.98% -
XYZ 77.91 75.87 78.95 -
YUV 228.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 251 218 221 0 0.13 0.12 0.02 354.55 0.8 0.92
Hex FB DA DD 0 D C 2 163 50 5C
Octal 373 332 335 0 15 14 2 543 120 134
Binary 11111011 11011010 11011101 0 1101 1100 10 101100011 1010000 1011100

Color Harmonies of #FBDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDADD

Black with #FBDADD

Text Example


Text Example

White with #FBDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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