Html Css Color HEX #FDB3EA Lavender Rose

📋 copy color: '#FDB3EA'

red 253 ◦ green 179 ◦ blue 234

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

Shades of Lavender Rose #FDB3EA

Tints of Lavender Rose #FDB3EA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.88%

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 37.99%
G = 26.88%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDB3EA (or 0xFDB3EA) is known color: Lavender Rose. HEX triplet: FD, B3 and EA. RGB value is (253,179,234). Sum of RGB (Red+Green+Blue) = 253+179+234=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3EA is #024C15. Grayscale: #CFCFCF. Windows color (decimal): -150550 or 15381501. OLE color: 15381501.

HSL color Cylindrical-coordinate representation of color #FDB3EA: hue angle of 315.41º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3EA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 179 234 -
CMYK 0 0.29 0.08 0.01
HSL 315.41º 0.95% 0.85% -
HSV(B) 315.41º 0.29% 0.99% -
XYZ 71.48 59.06 85.47 -
YUV 207.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 253 179 234 0 0.29 0.08 0.01 315.41 0.95 0.85
Hex FD B3 EA 0 1D 8 1 13B 5F 55
Octal 375 263 352 0 35 10 1 473 137 125
Binary 11111101 10110011 11101010 0 11101 1000 1 100111011 1011111 1010101

Color Harmonies of #FDB3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3EA

Black with #FDB3EA

Text Example


Text Example

White with #FDB3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3EA; }

 p { color: rgb(253,179,234); }

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

background-color css

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

 a { background-color: rgb(253,179,234); }

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

border-color css

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

 span { border-color: rgb(253,179,234); }

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