Html Css Color HEX #FACBE5 Classic Rose

📋 copy color: '#FACBE5'

red 250 ◦ green 203 ◦ blue 229

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

Shades of Classic Rose #FACBE5

Tints of Classic Rose #FACBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.58%

R = 36.66%
G = 29.77%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FACBE5 (or 0xFACBE5) is known color: Classic Rose. HEX triplet: FA, CB and E5. RGB value is (250,203,229). Sum of RGB (Red+Green+Blue) = 250+203+229=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBE5 is #05341A. Grayscale: #DBDBDB. Windows color (decimal): -341019 or 15059962. OLE color: 15059962.

HSL color Cylindrical-coordinate representation of color #FACBE5: hue angle of 326.81º 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 #FACBE5 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 229 -
CMYK 0 0.19 0.08 0.02
HSL 326.81º 0.82% 0.89% -
HSV(B) 326.81º 0.19% 0.98% -
XYZ 74.92 68.69 83.44 -
YUV 220.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 250 203 229 0 0.19 0.08 0.02 326.81 0.82 0.89
Hex FA CB E5 0 13 8 2 147 52 59
Octal 372 313 345 0 23 10 2 507 122 131
Binary 11111010 11001011 11100101 0 10011 1000 10 101000111 1010010 1011001

Color Harmonies of #FACBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBE5

Black with #FACBE5

Text Example


Text Example

White with #FACBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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