Html Css Color HEX #FACBE3 Classic Rose

📋 copy color: '#FACBE3'

red 250 ◦ green 203 ◦ blue 227

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

Shades of Classic Rose #FACBE3

Tints of Classic Rose #FACBE3

RGB

 RED value IS 250 (98.05% from 255) = 36.76%

 GREEN value IS 203 (79.69% from 255) = 29.85%

 BLUE value IS 227 (89.06% from 255) = 33.38%

R = 36.76%
G = 29.85%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FACBE3 (or 0xFACBE3) is known color: Classic Rose. HEX triplet: FA, CB and E3. RGB value is (250,203,227). Sum of RGB (Red+Green+Blue) = 250+203+227=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBE3 is #05341C. Grayscale: #DBDBDB. Windows color (decimal): -341021 or 14928890. OLE color: 14928890.

HSL color Cylindrical-coordinate representation of color #FACBE3: hue angle of 329.36º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBE3 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 227 -
CMYK 0 0.19 0.09 0.02
HSL 329.36º 0.82% 0.89% -
HSV(B) 329.36º 0.19% 0.98% -
XYZ 74.65 68.58 81.98 -
YUV 219.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 250 203 227 0 0.19 0.09 0.02 329.36 0.82 0.89
Hex FA CB E3 0 13 9 2 149 52 59
Octal 372 313 343 0 23 11 2 511 122 131
Binary 11111010 11001011 11100011 0 10011 1001 10 101001001 1010010 1011001

Color Harmonies of #FACBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBE3

Black with #FACBE3

Text Example


Text Example

White with #FACBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBE3; }

 p { color: rgb(250,203,227); }

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

background-color css

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

 a { background-color: rgb(250,203,227); }

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

border-color css

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

 span { border-color: rgb(250,203,227); }

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