Html Css Color HEX #FDB7FE Lavender Rose

📋 copy color: '#FDB7FE'

red 253 ◦ green 183 ◦ blue 254

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

Shades of Lavender Rose #FDB7FE

Tints of Lavender Rose #FDB7FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 36.67%
G = 26.52%
B = 36.81%

CMYK

 C value IS 0.00

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDB7FE (or 0xFDB7FE) is known color: Lavender Rose. HEX triplet: FD, B7 and FE. RGB value is (253,183,254). Sum of RGB (Red+Green+Blue) = 253+183+254=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 183 (71.88% from 255 or 26.52% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7FE is #024801. Grayscale: #D3D3D3. Windows color (decimal): -149506 or 16693245. OLE color: 16693245.

HSL color Cylindrical-coordinate representation of color #FDB7FE: hue angle of 299.15º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7FE is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 183 254 -
CMYK 0.00 0.28 0 0.00
HSL 299.15º 0.97% 0.86% -
HSV(B) 299.15º 0.28% 1% -
XYZ 75.33 61.91 101.74 -
YUV 212.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 253 183 254 0.00 0.28 0 0.00 299.15 0.97 0.86
Hex FD B7 FE 0 1C 0 0 12B 61 56
Octal 375 267 376 0 34 0 0 453 141 126
Binary 11111101 10110111 11111110 0 11100 0 0 100101011 1100001 1010110

Color Harmonies of #FDB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7FE

Black with #FDB7FE

Text Example


Text Example

White with #FDB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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