Html Css Color HEX #FDBFEE Lavender Rose

📋 copy color: '#FDBFEE'

red 253 ◦ green 191 ◦ blue 238

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

Shades of Lavender Rose #FDBFEE

Tints of Lavender Rose #FDBFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 37.1%
G = 28.01%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDBFEE (or 0xFDBFEE) is known color: Lavender Rose. HEX triplet: FD, BF and EE. RGB value is (253,191,238). Sum of RGB (Red+Green+Blue) = 253+191+238=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFEE is #024011. Grayscale: #D6D6D6. Windows color (decimal): -147474 or 15646717. OLE color: 15646717.

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

Color convert

RGB 253 191 238 -
CMYK 0 0.25 0.06 0.01
HSL 314.52º 0.94% 0.87% -
HSV(B) 314.52º 0.25% 0.99% -
XYZ 74.57 64.32 89.37 -
YUV 214.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 253 191 238 0 0.25 0.06 0.01 314.52 0.94 0.87
Hex FD BF EE 0 19 6 1 13B 5E 57
Octal 375 277 356 0 31 6 1 473 136 127
Binary 11111101 10111111 11101110 0 11001 110 1 100111011 1011110 1010111

Color Harmonies of #FDBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFEE

Black with #FDBFEE

Text Example


Text Example

White with #FDBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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