Html Css Color HEX #FACFEE Classic Rose

📋 copy color: '#FACFEE'

red 250 ◦ green 207 ◦ blue 238

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

Shades of Classic Rose #FACFEE

Tints of Classic Rose #FACFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.78%

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

R = 35.97%
G = 29.78%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FACFEE (or 0xFACFEE) is known color: Classic Rose. HEX triplet: FA, CF and EE. RGB value is (250,207,238). Sum of RGB (Red+Green+Blue) = 250+207+238=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFEE is #053011. Grayscale: #DFDFDF. Windows color (decimal): -339986 or 15650810. OLE color: 15650810.

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

Color convert

RGB 250 207 238 -
CMYK 0 0.17 0.05 0.02
HSL 316.74º 0.81% 0.9% -
HSV(B) 316.74º 0.17% 0.98% -
XYZ 77.17 71.12 90.55 -
YUV 223.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 250 207 238 0 0.17 0.05 0.02 316.74 0.81 0.9
Hex FA CF EE 0 11 5 2 13D 51 5A
Octal 372 317 356 0 21 5 2 475 121 132
Binary 11111010 11001111 11101110 0 10001 101 10 100111101 1010001 1011010

Color Harmonies of #FACFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFEE

Black with #FACFEE

Text Example


Text Example

White with #FACFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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