Html Css Color HEX #FDB8F8 Lavender Rose

📋 copy color: '#FDB8F8'

red 253 ◦ green 184 ◦ blue 248

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

Shades of Lavender Rose #FDB8F8

Tints of Lavender Rose #FDB8F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.2%

R = 36.93%
G = 26.86%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDB8F8 (or 0xFDB8F8) is known color: Lavender Rose. HEX triplet: FD, B8 and F8. RGB value is (253,184,248). Sum of RGB (Red+Green+Blue) = 253+184+248=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 184 (72.27% from 255 or 26.86% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8F8 is #024707. Grayscale: #D3D3D3. Windows color (decimal): -149256 or 16300285. OLE color: 16300285.

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

Color convert

RGB 253 184 248 -
CMYK 0 0.27 0.02 0.01
HSL 304.35º 0.95% 0.86% -
HSV(B) 304.35º 0.27% 0.99% -
XYZ 74.59 61.94 96.83 -
YUV 211.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 253 184 248 0 0.27 0.02 0.01 304.35 0.95 0.86
Hex FD B8 F8 0 1B 2 1 130 5F 56
Octal 375 270 370 0 33 2 1 460 137 126
Binary 11111101 10111000 11111000 0 11011 10 1 100110000 1011111 1010110

Color Harmonies of #FDB8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8F8

Black with #FDB8F8

Text Example


Text Example

White with #FDB8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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