Html Css Color HEX #FACBEA Classic Rose

📋 copy color: '#FACBEA'

red 250 ◦ green 203 ◦ blue 234

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

Shades of Classic Rose #FACBEA

Tints of Classic Rose #FACBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.06%

R = 36.39%
G = 29.55%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FACBEA (or 0xFACBEA) is known color: Classic Rose. HEX triplet: FA, CB and EA. RGB value is (250,203,234). Sum of RGB (Red+Green+Blue) = 250+203+234=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBEA is #053415. Grayscale: #DCDCDC. Windows color (decimal): -341014 or 15387642. OLE color: 15387642.

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

Color convert

RGB 250 203 234 -
CMYK 0 0.19 0.06 0.02
HSL 320.43º 0.82% 0.89% -
HSV(B) 320.43º 0.19% 0.98% -
XYZ 75.63 68.98 87.17 -
YUV 220.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 250 203 234 0 0.19 0.06 0.02 320.43 0.82 0.89
Hex FA CB EA 0 13 6 2 140 52 59
Octal 372 313 352 0 23 6 2 500 122 131
Binary 11111010 11001011 11101010 0 10011 110 10 101000000 1010010 1011001

Color Harmonies of #FACBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBEA

Black with #FACBEA

Text Example


Text Example

White with #FACBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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