Html Css Color HEX #FCBDEB Lavender Rose

📋 copy color: '#FCBDEB'

red 252 ◦ green 189 ◦ blue 235

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

Shades of Lavender Rose #FCBDEB

Tints of Lavender Rose #FCBDEB

RGB

 RED value IS 252 (98.83% from 255) = 37.28%

 GREEN value IS 189 (74.22% from 255) = 27.96%

 BLUE value IS 235 (92.19% from 255) = 34.76%

R = 37.28%
G = 27.96%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCBDEB (or 0xFCBDEB) is known color: Lavender Rose. HEX triplet: FC, BD and EB. RGB value is (252,189,235). Sum of RGB (Red+Green+Blue) = 252+189+235=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDEB is #034214. Grayscale: #D4D4D4. Windows color (decimal): -213525 or 15449596. OLE color: 15449596.

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

Color convert

RGB 252 189 235 -
CMYK 0 0.25 0.07 0.01
HSL 316.19º 0.91% 0.86% -
HSV(B) 316.19º 0.25% 0.99% -
XYZ 73.34 63.09 86.91 -
YUV 213.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 252 189 235 0 0.25 0.07 0.01 316.19 0.91 0.86
Hex FC BD EB 0 19 7 1 13C 5B 56
Octal 374 275 353 0 31 7 1 474 133 126
Binary 11111100 10111101 11101011 0 11001 111 1 100111100 1011011 1010110

Color Harmonies of #FCBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDEB

Black with #FCBDEB

Text Example


Text Example

White with #FCBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDEB; }

 p { color: rgb(252,189,235); }

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

background-color css

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

 a { background-color: rgb(252,189,235); }

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

border-color css

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

 span { border-color: rgb(252,189,235); }

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