Html Css Color HEX #FCBDEF Lavender Rose

📋 copy color: '#FCBDEF'

red 252 ◦ green 189 ◦ blue 239

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

Shades of Lavender Rose #FCBDEF

Tints of Lavender Rose #FCBDEF

RGB

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

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

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

R = 37.06%
G = 27.79%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCBDEF (or 0xFCBDEF) is known color: Lavender Rose. HEX triplet: FC, BD and EF. RGB value is (252,189,239). Sum of RGB (Red+Green+Blue) = 252+189+239=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDEF is #034210. Grayscale: #D5D5D5. Windows color (decimal): -213521 or 15711740. OLE color: 15711740.

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

Color convert

RGB 252 189 239 -
CMYK 0 0.25 0.05 0.01
HSL 312.38º 0.91% 0.86% -
HSV(B) 312.38º 0.25% 0.99% -
XYZ 73.92 63.32 89.99 -
YUV 213.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 252 189 239 0 0.25 0.05 0.01 312.38 0.91 0.86
Hex FC BD EF 0 19 5 1 138 5B 56
Octal 374 275 357 0 31 5 1 470 133 126
Binary 11111100 10111101 11101111 0 11001 101 1 100111000 1011011 1010110

Color Harmonies of #FCBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDEF

Black with #FCBDEF

Text Example


Text Example

White with #FCBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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