Html Css Color HEX #FCBDF2 Lavender Rose

📋 copy color: '#FCBDF2'

red 252 ◦ green 189 ◦ blue 242

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

Shades of Lavender Rose #FCBDF2

Tints of Lavender Rose #FCBDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 36.9%
G = 27.67%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCBDF2 (or 0xFCBDF2) is known color: Lavender Rose. HEX triplet: FC, BD and F2. RGB value is (252,189,242). Sum of RGB (Red+Green+Blue) = 252+189+242=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF2 is #03420D. Grayscale: #D5D5D5. Windows color (decimal): -213518 or 15908348. OLE color: 15908348.

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

Color convert

RGB 252 189 242 -
CMYK 0 0.25 0.04 0.01
HSL 309.52º 0.91% 0.86% -
HSV(B) 309.52º 0.25% 0.99% -
XYZ 74.37 63.5 92.34 -
YUV 213.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 252 189 242 0 0.25 0.04 0.01 309.52 0.91 0.86
Hex FC BD F2 0 19 4 1 136 5B 56
Octal 374 275 362 0 31 4 1 466 133 126
Binary 11111100 10111101 11110010 0 11001 100 1 100110110 1011011 1010110

Color Harmonies of #FCBDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDF2

Black with #FCBDF2

Text Example


Text Example

White with #FCBDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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