Html Css Color HEX #FDB8FE Lavender Rose

📋 copy color: '#FDB8FE'

red 253 ◦ green 184 ◦ blue 254

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

Shades of Lavender Rose #FDB8FE

Tints of Lavender Rose #FDB8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.63%

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

R = 36.61%
G = 26.63%
B = 36.76%

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

#FDB8FE (or 0xFDB8FE) is known color: Lavender Rose. HEX triplet: FD, B8 and FE. RGB value is (253,184,254). Sum of RGB (Red+Green+Blue) = 253+184+254=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 184 (72.27% from 255 or 26.63% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8FE is #024701. Grayscale: #D4D4D4. Windows color (decimal): -149250 or 16693501. OLE color: 16693501.

HSL color Cylindrical-coordinate representation of color #FDB8FE: hue angle of 299.14º 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 #FDB8FE is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 184 254 -
CMYK 0.00 0.28 0 0.00
HSL 299.14º 0.97% 0.86% -
HSV(B) 299.14º 0.28% 1% -
XYZ 75.54 62.32 101.81 -
YUV 212.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 253 184 254 0.00 0.28 0 0.00 299.14 0.97 0.86
Hex FD B8 FE 0 1C 0 0 12B 61 56
Octal 375 270 376 0 34 0 0 453 141 126
Binary 11111101 10111000 11111110 0 11100 0 0 100101011 1100001 1010110

Color Harmonies of #FDB8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8FE

Black with #FDB8FE

Text Example


Text Example

White with #FDB8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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