Html Css Color HEX #FBDCE0 Pale Pink

📋 copy color: '#FBDCE0'

red 251 ◦ green 220 ◦ blue 224

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

Shades of Pale Pink #FBDCE0

Tints of Pale Pink #FBDCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.23%

R = 36.12%
G = 31.65%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBDCE0 (or 0xFBDCE0) is known color: Pale Pink. HEX triplet: FB, DC and E0. RGB value is (251,220,224). Sum of RGB (Red+Green+Blue) = 251+220+224=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCE0 is #04231F. Grayscale: #E5E5E5. Windows color (decimal): -271136 or 14736635. OLE color: 14736635.

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

Color convert

RGB 251 220 224 -
CMYK 0 0.12 0.11 0.02
HSL 352.26º 0.79% 0.92% -
HSV(B) 352.26º 0.12% 0.98% -
XYZ 78.83 77.08 81.24 -
YUV 229.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 251 220 224 0 0.12 0.11 0.02 352.26 0.79 0.92
Hex FB DC E0 0 C B 2 160 4F 5C
Octal 373 334 340 0 14 13 2 540 117 134
Binary 11111011 11011100 11100000 0 1100 1011 10 101100000 1001111 1011100

Color Harmonies of #FBDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCE0

Black with #FBDCE0

Text Example


Text Example

White with #FBDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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