Html Css Color HEX #FEBCFD Lavender Rose

📋 copy color: '#FEBCFD'

red 254 ◦ green 188 ◦ blue 253

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

Shades of Lavender Rose #FEBCFD

Tints of Lavender Rose #FEBCFD

RGB

 RED value IS 254 (99.61% from 255) = 36.55%

 GREEN value IS 188 (73.83% from 255) = 27.05%

 BLUE value IS 253 (99.22% from 255) = 36.4%

R = 36.55%
G = 27.05%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEBCFD (or 0xFEBCFD) is known color: Lavender Rose. HEX triplet: FE, BC and FD. RGB value is (254,188,253). Sum of RGB (Red+Green+Blue) = 254+188+253=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 188 (73.83% from 255 or 27.05% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCFD is #014302. Grayscale: #D6D6D6. Windows color (decimal): -82691 or 16628990. OLE color: 16628990.

HSL color Cylindrical-coordinate representation of color #FEBCFD: hue angle of 300.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCFD is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 188 253 -
CMYK 0 0.26 0.00 0.00
HSL 300.91º 0.97% 0.87% -
HSV(B) 300.91º 0.26% 1% -
XYZ 76.59 64.13 101.27 -
YUV 215.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 254 188 253 0 0.26 0.00 0.00 300.91 0.97 0.87
Hex FE BC FD 0 1A 0 0 12D 61 57
Octal 376 274 375 0 32 0 0 455 141 127
Binary 11111110 10111100 11111101 0 11010 0 0 100101101 1100001 1010111

Color Harmonies of #FEBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCFD

Black with #FEBCFD

Text Example


Text Example

White with #FEBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCFD; }

 p { color: rgb(254,188,253); }

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

background-color css

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

 a { background-color: rgb(254,188,253); }

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

border-color css

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

 span { border-color: rgb(254,188,253); }

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