Html Css Color HEX #FBDADA Remy

📋 copy color: '#FBDADA'

red 251 ◦ green 218 ◦ blue 218

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

Shades of Remy #FBDADA

Tints of Remy #FBDADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.73%

R = 36.54%
G = 31.73%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBDADA (or 0xFBDADA) is known color: Remy. HEX triplet: FB, DA and DA. RGB value is (251,218,218). Sum of RGB (Red+Green+Blue) = 251+218+218=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDADA is #042525. Grayscale: #E3E3E3. Windows color (decimal): -271654 or 14342907. OLE color: 14342907.

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

Color convert

RGB 251 218 218 -
CMYK 0 0.13 0.13 0.02
HSL 0.8% 0.92% -
HSV(B) 0.13% 0.98% -
XYZ 77.51 75.71 76.86 -
YUV 227.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 251 218 218 0 0.13 0.13 0.02 0 0.8 0.92
Hex FB DA DA 0 D D 2 0 50 5C
Octal 373 332 332 0 15 15 2 0 120 134
Binary 11111011 11011010 11011010 0 1101 1101 10 0 1010000 1011100

Color Harmonies of #FBDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDADA

Black with #FBDADA

Text Example


Text Example

White with #FBDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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