Html Css Color HEX #FBDCDE Pale Pink

📋 copy color: '#FBDCDE'

red 251 ◦ green 220 ◦ blue 222

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

Shades of Pale Pink #FBDCDE

Tints of Pale Pink #FBDCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.75%

 BLUE value IS 222 (87.11% from 255) = 32.03%

R = 36.22%
G = 31.75%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBDCDE (or 0xFBDCDE) is known color: Pale Pink. HEX triplet: FB, DC and DE. RGB value is (251,220,222). Sum of RGB (Red+Green+Blue) = 251+220+222=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCDE is #042321. Grayscale: #E5E5E5. Windows color (decimal): -271138 or 14605563. OLE color: 14605563.

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

Color convert

RGB 251 220 222 -
CMYK 0 0.12 0.12 0.02
HSL 356.13º 0.79% 0.92% -
HSV(B) 356.13º 0.12% 0.98% -
XYZ 78.56 76.97 79.82 -
YUV 229.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 251 220 222 0 0.12 0.12 0.02 356.13 0.79 0.92
Hex FB DC DE 0 C C 2 164 4F 5C
Octal 373 334 336 0 14 14 2 544 117 134
Binary 11111011 11011100 11011110 0 1100 1100 10 101100100 1001111 1011100

Color Harmonies of #FBDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCDE

Black with #FBDCDE

Text Example


Text Example

White with #FBDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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