Html Css Color HEX #FACBEB Classic Rose

📋 copy color: '#FACBEB'

red 250 ◦ green 203 ◦ blue 235

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

Shades of Classic Rose #FACBEB

Tints of Classic Rose #FACBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.16%

R = 36.34%
G = 29.51%
B = 34.16%

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

#FACBEB (or 0xFACBEB) is known color: Classic Rose. HEX triplet: FA, CB and EB. RGB value is (250,203,235). Sum of RGB (Red+Green+Blue) = 250+203+235=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBEB is #053414. Grayscale: #DCDCDC. Windows color (decimal): -341013 or 15453178. OLE color: 15453178.

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

Color convert

RGB 250 203 235 -
CMYK 0 0.19 0.06 0.02
HSL 319.15º 0.82% 0.89% -
HSV(B) 319.15º 0.19% 0.98% -
XYZ 75.78 69.03 87.93 -
YUV 220.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 250 203 235 0 0.19 0.06 0.02 319.15 0.82 0.89
Hex FA CB EB 0 13 6 2 13F 52 59
Octal 372 313 353 0 23 6 2 477 122 131
Binary 11111010 11001011 11101011 0 10011 110 10 100111111 1010010 1011001

Color Harmonies of #FACBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBEB

Black with #FACBEB

Text Example


Text Example

White with #FACBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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