Html Css Color HEX #FABDED Lavender Rose

📋 copy color: '#FABDED'

red 250 ◦ green 189 ◦ blue 237

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

Shades of Lavender Rose #FABDED

Tints of Lavender Rose #FABDED

RGB

 RED value IS 250 (98.05% from 255) = 36.98%

 GREEN value IS 189 (74.22% from 255) = 27.96%

 BLUE value IS 237 (92.97% from 255) = 35.06%

R = 36.98%
G = 27.96%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FABDED (or 0xFABDED) is known color: Lavender Rose. HEX triplet: FA, BD and ED. RGB value is (250,189,237). Sum of RGB (Red+Green+Blue) = 250+189+237=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDED is #054212. Grayscale: #D4D4D4. Windows color (decimal): -344595 or 15580666. OLE color: 15580666.

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

Color convert

RGB 250 189 237 -
CMYK 0 0.24 0.05 0.02
HSL 312.79º 0.86% 0.86% -
HSV(B) 312.79º 0.24% 0.98% -
XYZ 72.91 62.83 88.41 -
YUV 212.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 250 189 237 0 0.24 0.05 0.02 312.79 0.86 0.86
Hex FA BD ED 0 18 5 2 139 56 56
Octal 372 275 355 0 30 5 2 471 126 126
Binary 11111010 10111101 11101101 0 11000 101 10 100111001 1010110 1010110

Color Harmonies of #FABDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDED

Black with #FABDED

Text Example


Text Example

White with #FABDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDED; }

 p { color: rgb(250,189,237); }

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

background-color css

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

 a { background-color: rgb(250,189,237); }

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

border-color css

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

 span { border-color: rgb(250,189,237); }

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