Html Css Color HEX #FDB7EA Lavender Rose

📋 copy color: '#FDB7EA'

red 253 ◦ green 183 ◦ blue 234

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

Shades of Lavender Rose #FDB7EA

Tints of Lavender Rose #FDB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.31%

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

R = 37.76%
G = 27.31%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDB7EA (or 0xFDB7EA) is known color: Lavender Rose. HEX triplet: FD, B7 and EA. RGB value is (253,183,234). Sum of RGB (Red+Green+Blue) = 253+183+234=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 183 (71.88% from 255 or 27.31% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7EA is #024815. Grayscale: #D1D1D1. Windows color (decimal): -149526 or 15382525. OLE color: 15382525.

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

Color convert

RGB 253 183 234 -
CMYK 0 0.28 0.08 0.01
HSL 316.29º 0.95% 0.85% -
HSV(B) 316.29º 0.28% 0.99% -
XYZ 72.29 60.69 85.75 -
YUV 209.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 253 183 234 0 0.28 0.08 0.01 316.29 0.95 0.85
Hex FD B7 EA 0 1C 8 1 13C 5F 55
Octal 375 267 352 0 34 10 1 474 137 125
Binary 11111101 10110111 11101010 0 11100 1000 1 100111100 1011111 1010101

Color Harmonies of #FDB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7EA

Black with #FDB7EA

Text Example


Text Example

White with #FDB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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