Html Css Color HEX #FCBDF0 Lavender Rose

📋 copy color: '#FCBDF0'

red 252 ◦ green 189 ◦ blue 240

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

Shades of Lavender Rose #FCBDF0

Tints of Lavender Rose #FCBDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.24%

R = 37%
G = 27.75%
B = 35.24%

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

#FCBDF0 (or 0xFCBDF0) is known color: Lavender Rose. HEX triplet: FC, BD and F0. RGB value is (252,189,240). Sum of RGB (Red+Green+Blue) = 252+189+240=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF0 is #03420F. Grayscale: #D5D5D5. Windows color (decimal): -213520 or 15777276. OLE color: 15777276.

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

Color convert

RGB 252 189 240 -
CMYK 0 0.25 0.05 0.01
HSL 311.43º 0.91% 0.86% -
HSV(B) 311.43º 0.25% 0.99% -
XYZ 74.07 63.38 90.77 -
YUV 213.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 252 189 240 0 0.25 0.05 0.01 311.43 0.91 0.86
Hex FC BD F0 0 19 5 1 137 5B 56
Octal 374 275 360 0 31 5 1 467 133 126
Binary 11111100 10111101 11110000 0 11001 101 1 100110111 1011011 1010110

Color Harmonies of #FCBDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDF0

Black with #FCBDF0

Text Example


Text Example

White with #FCBDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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