Html Css Color HEX #FCBDE6 Classic Rose

📋 copy color: '#FCBDE6'

red 252 ◦ green 189 ◦ blue 230

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

Shades of Classic Rose #FCBDE6

Tints of Classic Rose #FCBDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.28%

R = 37.56%
G = 28.17%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCBDE6 (or 0xFCBDE6) is known color: Classic Rose. HEX triplet: FC, BD and E6. RGB value is (252,189,230). Sum of RGB (Red+Green+Blue) = 252+189+230=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDE6 is #034219. Grayscale: #D4D4D4. Windows color (decimal): -213530 or 15121916. OLE color: 15121916.

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

Color convert

RGB 252 189 230 -
CMYK 0 0.25 0.09 0.01
HSL 320.95º 0.91% 0.86% -
HSV(B) 320.95º 0.25% 0.99% -
XYZ 72.63 62.8 83.16 -
YUV 212.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 252 189 230 0 0.25 0.09 0.01 320.95 0.91 0.86
Hex FC BD E6 0 19 9 1 141 5B 56
Octal 374 275 346 0 31 11 1 501 133 126
Binary 11111100 10111101 11100110 0 11001 1001 1 101000001 1011011 1010110

Color Harmonies of #FCBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDE6

Black with #FCBDE6

Text Example


Text Example

White with #FCBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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