Html Css Color HEX #FACCED Classic Rose

📋 copy color: '#FACCED'

red 250 ◦ green 204 ◦ blue 237

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

Shades of Classic Rose #FACCED

Tints of Classic Rose #FACCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.52%

 BLUE value IS 237 (92.97% from 255) = 34.3%

R = 36.18%
G = 29.52%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FACCED (or 0xFACCED) is known color: Classic Rose. HEX triplet: FA, CC and ED. RGB value is (250,204,237). Sum of RGB (Red+Green+Blue) = 250+204+237=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCED is #053312. Grayscale: #DDDDDD. Windows color (decimal): -340755 or 15584506. OLE color: 15584506.

HSL color Cylindrical-coordinate representation of color #FACCED: hue angle of 316.96º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACCED is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 237 -
CMYK 0 0.18 0.05 0.02
HSL 316.96º 0.82% 0.89% -
HSV(B) 316.96º 0.18% 0.98% -
XYZ 76.3 69.62 89.54 -
YUV 221.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 250 204 237 0 0.18 0.05 0.02 316.96 0.82 0.89
Hex FA CC ED 0 12 5 2 13D 52 59
Octal 372 314 355 0 22 5 2 475 122 131
Binary 11111010 11001100 11101101 0 10010 101 10 100111101 1010010 1011001

Color Harmonies of #FACCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCED

Black with #FACCED

Text Example


Text Example

White with #FACCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCED; }

 p { color: rgb(250,204,237); }

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

background-color css

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

 a { background-color: rgb(250,204,237); }

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

border-color css

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

 span { border-color: rgb(250,204,237); }

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