Html Css Color HEX #FACBE8 Classic Rose

📋 copy color: '#FACBE8'

red 250 ◦ green 203 ◦ blue 232

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

Shades of Classic Rose #FACBE8

Tints of Classic Rose #FACBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.87%

R = 36.5%
G = 29.64%
B = 33.87%

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

#FACBE8 (or 0xFACBE8) is known color: Classic Rose. HEX triplet: FA, CB and E8. RGB value is (250,203,232). Sum of RGB (Red+Green+Blue) = 250+203+232=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBE8 is #053417. Grayscale: #DCDCDC. Windows color (decimal): -341016 or 15256570. OLE color: 15256570.

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

Color convert

RGB 250 203 232 -
CMYK 0 0.19 0.07 0.02
HSL 322.98º 0.82% 0.89% -
HSV(B) 322.98º 0.19% 0.98% -
XYZ 75.35 68.86 85.66 -
YUV 220.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 250 203 232 0 0.19 0.07 0.02 322.98 0.82 0.89
Hex FA CB E8 0 13 7 2 143 52 59
Octal 372 313 350 0 23 7 2 503 122 131
Binary 11111010 11001011 11101000 0 10011 111 10 101000011 1010010 1011001

Color Harmonies of #FACBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBE8

Black with #FACBE8

Text Example


Text Example

White with #FACBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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