Html Css Color HEX #FCBFEF Lavender Rose

📋 copy color: '#FCBFEF'

red 252 ◦ green 191 ◦ blue 239

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

Shades of Lavender Rose #FCBFEF

Tints of Lavender Rose #FCBFEF

RGB

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

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

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

R = 36.95%
G = 28.01%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCBFEF (or 0xFCBFEF) is known color: Lavender Rose. HEX triplet: FC, BF and EF. RGB value is (252,191,239). Sum of RGB (Red+Green+Blue) = 252+191+239=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFEF is #034010. Grayscale: #D6D6D6. Windows color (decimal): -213009 or 15712252. OLE color: 15712252.

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

Color convert

RGB 252 191 239 -
CMYK 0 0.24 0.05 0.01
HSL 312.79º 0.91% 0.87% -
HSV(B) 312.79º 0.24% 0.99% -
XYZ 74.36 64.19 90.13 -
YUV 214.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 252 191 239 0 0.24 0.05 0.01 312.79 0.91 0.87
Hex FC BF EF 0 18 5 1 139 5B 57
Octal 374 277 357 0 30 5 1 471 133 127
Binary 11111100 10111111 11101111 0 11000 101 1 100111001 1011011 1010111

Color Harmonies of #FCBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFEF

Black with #FCBFEF

Text Example


Text Example

White with #FCBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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