Html Css Color HEX #FDBCEE Lavender Rose

📋 copy color: '#FDBCEE'

red 253 ◦ green 188 ◦ blue 238

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

Shades of Lavender Rose #FDBCEE

Tints of Lavender Rose #FDBCEE

RGB

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

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

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

R = 37.26%
G = 27.69%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDBCEE (or 0xFDBCEE) is known color: Lavender Rose. HEX triplet: FD, BC and EE. RGB value is (253,188,238). Sum of RGB (Red+Green+Blue) = 253+188+238=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBCEE is #024311. Grayscale: #D5D5D5. Windows color (decimal): -148242 or 15645949. OLE color: 15645949.

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

Color convert

RGB 253 188 238 -
CMYK 0 0.26 0.06 0.01
HSL 313.85º 0.94% 0.86% -
HSV(B) 313.85º 0.26% 0.99% -
XYZ 73.92 63.02 89.16 -
YUV 213.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 253 188 238 0 0.26 0.06 0.01 313.85 0.94 0.86
Hex FD BC EE 0 1A 6 1 13A 5E 56
Octal 375 274 356 0 32 6 1 472 136 126
Binary 11111101 10111100 11101110 0 11010 110 1 100111010 1011110 1010110

Color Harmonies of #FDBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBCEE

Black with #FDBCEE

Text Example


Text Example

White with #FDBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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