Html Css Color HEX #FCBFED Lavender Rose

📋 copy color: '#FCBFED'

red 252 ◦ green 191 ◦ blue 237

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

Shades of Lavender Rose #FCBFED

Tints of Lavender Rose #FCBFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.85%

R = 37.06%
G = 28.09%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCBFED (or 0xFCBFED) is known color: Lavender Rose. HEX triplet: FC, BF and ED. RGB value is (252,191,237). Sum of RGB (Red+Green+Blue) = 252+191+237=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFED is #034012. Grayscale: #D6D6D6. Windows color (decimal): -213011 or 15581180. OLE color: 15581180.

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

Color convert

RGB 252 191 237 -
CMYK 0 0.24 0.06 0.01
HSL 314.75º 0.91% 0.87% -
HSV(B) 314.75º 0.24% 0.99% -
XYZ 74.06 64.07 88.58 -
YUV 214.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 252 191 237 0 0.24 0.06 0.01 314.75 0.91 0.87
Hex FC BF ED 0 18 6 1 13B 5B 57
Octal 374 277 355 0 30 6 1 473 133 127
Binary 11111100 10111111 11101101 0 11000 110 1 100111011 1011011 1010111

Color Harmonies of #FCBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFED

Black with #FCBFED

Text Example


Text Example

White with #FCBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFED; }

 p { color: rgb(252,191,237); }

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

background-color css

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

 a { background-color: rgb(252,191,237); }

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

border-color css

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

 span { border-color: rgb(252,191,237); }

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