Html Css Color HEX #FDBFF8 Lavender Rose

📋 copy color: '#FDBFF8'

red 253 ◦ green 191 ◦ blue 248

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

Shades of Lavender Rose #FDBFF8

Tints of Lavender Rose #FDBFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 27.6%

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

R = 36.56%
G = 27.6%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDBFF8 (or 0xFDBFF8) is known color: Lavender Rose. HEX triplet: FD, BF and F8. RGB value is (253,191,248). Sum of RGB (Red+Green+Blue) = 253+191+248=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 191 (75% from 255 or 27.60% from 692); Blue value is 248 (97.27% from 255 or 35.84% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFF8 is #024007. Grayscale: #D7D7D7. Windows color (decimal): -147464 or 16302077. OLE color: 16302077.

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

Color convert

RGB 253 191 248 -
CMYK 0 0.25 0.02 0.01
HSL 304.84º 0.94% 0.87% -
HSV(B) 304.84º 0.25% 0.99% -
XYZ 76.08 64.92 97.33 -
YUV 216.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 253 191 248 0 0.25 0.02 0.01 304.84 0.94 0.87
Hex FD BF F8 0 19 2 1 131 5E 57
Octal 375 277 370 0 31 2 1 461 136 127
Binary 11111101 10111111 11111000 0 11001 10 1 100110001 1011110 1010111

Color Harmonies of #FDBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFF8

Black with #FDBFF8

Text Example


Text Example

White with #FDBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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