Html Css Color HEX #FDBEF3 Lavender Rose

📋 copy color: '#FDBEF3'

red 253 ◦ green 190 ◦ blue 243

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

Shades of Lavender Rose #FDBEF3

Tints of Lavender Rose #FDBEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.42%

R = 36.88%
G = 27.7%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDBEF3 (or 0xFDBEF3) is known color: Lavender Rose. HEX triplet: FD, BE and F3. RGB value is (253,190,243). Sum of RGB (Red+Green+Blue) = 253+190+243=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEF3 is #02410C. Grayscale: #D6D6D6. Windows color (decimal): -147725 or 15974141. OLE color: 15974141.

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

Color convert

RGB 253 190 243 -
CMYK 0 0.25 0.04 0.01
HSL 309.52º 0.94% 0.87% -
HSV(B) 309.52º 0.25% 0.99% -
XYZ 75.1 64.18 93.22 -
YUV 214.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 253 190 243 0 0.25 0.04 0.01 309.52 0.94 0.87
Hex FD BE F3 0 19 4 1 136 5E 57
Octal 375 276 363 0 31 4 1 466 136 127
Binary 11111101 10111110 11110011 0 11001 100 1 100110110 1011110 1010111

Color Harmonies of #FDBEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEF3

Black with #FDBEF3

Text Example


Text Example

White with #FDBEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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