Html Css Color HEX #FDBFEF Lavender Rose

📋 copy color: '#FDBFEF'

red 253 ◦ green 191 ◦ blue 239

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

Shades of Lavender Rose #FDBFEF

Tints of Lavender Rose #FDBFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.99%

R = 37.04%
G = 27.96%
B = 34.99%

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

#FDBFEF (or 0xFDBFEF) is known color: Lavender Rose. HEX triplet: FD, BF and EF. RGB value is (253,191,239). Sum of RGB (Red+Green+Blue) = 253+191+239=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFEF is #024010. Grayscale: #D6D6D6. Windows color (decimal): -147473 or 15712253. OLE color: 15712253.

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

Color convert

RGB 253 191 239 -
CMYK 0 0.25 0.06 0.01
HSL 313.55º 0.94% 0.87% -
HSV(B) 313.55º 0.25% 0.99% -
XYZ 74.72 64.38 90.15 -
YUV 215.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 253 191 239 0 0.25 0.06 0.01 313.55 0.94 0.87
Hex FD BF EF 0 19 6 1 13A 5E 57
Octal 375 277 357 0 31 6 1 472 136 127
Binary 11111101 10111111 11101111 0 11001 110 1 100111010 1011110 1010111

Color Harmonies of #FDBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBFEF

Black with #FDBFEF

Text Example


Text Example

White with #FDBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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