Html Css Color HEX #FACCEE Classic Rose

📋 copy color: '#FACCEE'

red 250 ◦ green 204 ◦ blue 238

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

Shades of Classic Rose #FACCEE

Tints of Classic Rose #FACCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.39%

R = 36.13%
G = 29.48%
B = 34.39%

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

#FACCEE (or 0xFACCEE) is known color: Classic Rose. HEX triplet: FA, CC and EE. RGB value is (250,204,238). Sum of RGB (Red+Green+Blue) = 250+204+238=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCEE is #053311. Grayscale: #DDDDDD. Windows color (decimal): -340754 or 15650042. OLE color: 15650042.

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

Color convert

RGB 250 204 238 -
CMYK 0 0.18 0.05 0.02
HSL 315.65º 0.82% 0.89% -
HSV(B) 315.65º 0.18% 0.98% -
XYZ 76.45 69.68 90.31 -
YUV 221.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 250 204 238 0 0.18 0.05 0.02 315.65 0.82 0.89
Hex FA CC EE 0 12 5 2 13C 52 59
Octal 372 314 356 0 22 5 2 474 122 131
Binary 11111010 11001100 11101110 0 10010 101 10 100111100 1010010 1011001

Color Harmonies of #FACCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCEE

Black with #FACCEE

Text Example


Text Example

White with #FACCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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