Html Css Color HEX #FACBE9 Classic Rose

📋 copy color: '#FACBE9'

red 250 ◦ green 203 ◦ blue 233

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

Shades of Classic Rose #FACBE9

Tints of Classic Rose #FACBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.97%

R = 36.44%
G = 29.59%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FACBE9 (or 0xFACBE9) is known color: Classic Rose. HEX triplet: FA, CB and E9. RGB value is (250,203,233). Sum of RGB (Red+Green+Blue) = 250+203+233=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBE9 is #053416. Grayscale: #DCDCDC. Windows color (decimal): -341015 or 15322106. OLE color: 15322106.

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

Color convert

RGB 250 203 233 -
CMYK 0 0.19 0.07 0.02
HSL 321.7º 0.82% 0.89% -
HSV(B) 321.7º 0.19% 0.98% -
XYZ 75.49 68.92 86.41 -
YUV 220.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 250 203 233 0 0.19 0.07 0.02 321.7 0.82 0.89
Hex FA CB E9 0 13 7 2 142 52 59
Octal 372 313 351 0 23 7 2 502 122 131
Binary 11111010 11001011 11101001 0 10011 111 10 101000010 1010010 1011001

Color Harmonies of #FACBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBE9

Black with #FACBE9

Text Example


Text Example

White with #FACBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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