Html Css Color HEX #FDBEEF Lavender Rose

📋 copy color: '#FDBEEF'

red 253 ◦ green 190 ◦ blue 239

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

Shades of Lavender Rose #FDBEEF

Tints of Lavender Rose #FDBEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.04%

R = 37.1%
G = 27.86%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDBEEF (or 0xFDBEEF) is known color: Lavender Rose. HEX triplet: FD, BE and EF. RGB value is (253,190,239). Sum of RGB (Red+Green+Blue) = 253+190+239=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBEEF is #024110. Grayscale: #D6D6D6. Windows color (decimal): -147729 or 15711997. OLE color: 15711997.

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

Color convert

RGB 253 190 239 -
CMYK 0 0.25 0.06 0.01
HSL 313.33º 0.94% 0.87% -
HSV(B) 313.33º 0.25% 0.99% -
XYZ 74.5 63.94 90.08 -
YUV 214.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 253 190 239 0 0.25 0.06 0.01 313.33 0.94 0.87
Hex FD BE EF 0 19 6 1 139 5E 57
Octal 375 276 357 0 31 6 1 471 136 127
Binary 11111101 10111110 11101111 0 11001 110 1 100111001 1011110 1010111

Color Harmonies of #FDBEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEEF

Black with #FDBEEF

Text Example


Text Example

White with #FDBEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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