Html Css Color HEX #FDB8F7 Lavender Rose

📋 copy color: '#FDB8F7'

red 253 ◦ green 184 ◦ blue 247

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

Shades of Lavender Rose #FDB8F7

Tints of Lavender Rose #FDB8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.11%

R = 36.99%
G = 26.9%
B = 36.11%

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

#FDB8F7 (or 0xFDB8F7) is known color: Lavender Rose. HEX triplet: FD, B8 and F7. RGB value is (253,184,247). Sum of RGB (Red+Green+Blue) = 253+184+247=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 184 (72.27% from 255 or 26.90% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8F7 is #024708. Grayscale: #D3D3D3. Windows color (decimal): -149257 or 16234749. OLE color: 16234749.

HSL color Cylindrical-coordinate representation of color #FDB8F7: hue angle of 305.22º 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 #FDB8F7 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 184 247 -
CMYK 0 0.27 0.02 0.01
HSL 305.22º 0.95% 0.86% -
HSV(B) 305.22º 0.27% 0.99% -
XYZ 74.44 61.88 96.02 -
YUV 211.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 253 184 247 0 0.27 0.02 0.01 305.22 0.95 0.86
Hex FD B8 F7 0 1B 2 1 131 5F 56
Octal 375 270 367 0 33 2 1 461 137 126
Binary 11111101 10111000 11110111 0 11011 10 1 100110001 1011111 1010110

Color Harmonies of #FDB8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB8F7

Black with #FDB8F7

Text Example


Text Example

White with #FDB8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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