Html Css Color HEX #FDBEF6 Lavender Rose

📋 copy color: '#FDBEF6'

red 253 ◦ green 190 ◦ blue 246

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

Shades of Lavender Rose #FDBEF6

Tints of Lavender Rose #FDBEF6

RGB

 RED value IS 253 (99.22% from 255) = 36.72%

 GREEN value IS 190 (74.61% from 255) = 27.58%

 BLUE value IS 246 (96.48% from 255) = 35.7%

R = 36.72%
G = 27.58%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDBEF6 (or 0xFDBEF6) is known color: Lavender Rose. HEX triplet: FD, BE and F6. RGB value is (253,190,246). Sum of RGB (Red+Green+Blue) = 253+190+246=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEF6 is #024109. Grayscale: #D7D7D7. Windows color (decimal): -147722 or 16170749. OLE color: 16170749.

HSL color Cylindrical-coordinate representation of color #FDBEF6: hue angle of 306.67º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEF6 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 190 246 -
CMYK 0 0.25 0.03 0.01
HSL 306.67º 0.94% 0.87% -
HSV(B) 306.67º 0.25% 0.99% -
XYZ 75.56 64.36 95.63 -
YUV 215.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 253 190 246 0 0.25 0.03 0.01 306.67 0.94 0.87
Hex FD BE F6 0 19 3 1 133 5E 57
Octal 375 276 366 0 31 3 1 463 136 127
Binary 11111101 10111110 11110110 0 11001 11 1 100110011 1011110 1010111

Color Harmonies of #FDBEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEF6

Black with #FDBEF6

Text Example


Text Example

White with #FDBEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEF6; }

 p { color: rgb(253,190,246); }

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

background-color css

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

 a { background-color: rgb(253,190,246); }

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

border-color css

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

 span { border-color: rgb(253,190,246); }

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