Html Css Color HEX #FACBE7 Classic Rose

📋 copy color: '#FACBE7'

red 250 ◦ green 203 ◦ blue 231

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

Shades of Classic Rose #FACBE7

Tints of Classic Rose #FACBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.77%

R = 36.55%
G = 29.68%
B = 33.77%

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

#FACBE7 (or 0xFACBE7) is known color: Classic Rose. HEX triplet: FA, CB and E7. RGB value is (250,203,231). Sum of RGB (Red+Green+Blue) = 250+203+231=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBE7 is #053418. Grayscale: #DCDCDC. Windows color (decimal): -341017 or 15191034. OLE color: 15191034.

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

Color convert

RGB 250 203 231 -
CMYK 0 0.19 0.08 0.02
HSL 324.26º 0.82% 0.89% -
HSV(B) 324.26º 0.19% 0.98% -
XYZ 75.2 68.81 84.92 -
YUV 220.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 250 203 231 0 0.19 0.08 0.02 324.26 0.82 0.89
Hex FA CB E7 0 13 8 2 144 52 59
Octal 372 313 347 0 23 10 2 504 122 131
Binary 11111010 11001011 11100111 0 10011 1000 10 101000100 1010010 1011001

Color Harmonies of #FACBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBE7

Black with #FACBE7

Text Example


Text Example

White with #FACBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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