Html Css Color HEX #FADBCF Cinderella

📋 copy color: '#FADBCF'

red 250 ◦ green 219 ◦ blue 207

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

Shades of Cinderella #FADBCF

Tints of Cinderella #FADBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.4%

 BLUE value IS 207 (81.25% from 255) = 30.62%

R = 36.98%
G = 32.4%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FADBCF (or 0xFADBCF) is known color: Cinderella. HEX triplet: FA, DB and CF. RGB value is (250,219,207). Sum of RGB (Red+Green+Blue) = 250+219+207=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBCF is #052430. Grayscale: #E2E2E2. Windows color (decimal): -336945 or 13622266. OLE color: 13622266.

HSL color Cylindrical-coordinate representation of color #FADBCF: hue angle of 16.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 #FADBCF is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 207 -
CMYK 0 0.12 0.17 0.02
HSL 16.74º 0.81% 0.9% -
HSV(B) 16.74º 0.17% 0.98% -
XYZ 76.02 75.49 69.6 -
YUV 226.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 250 219 207 0 0.12 0.17 0.02 16.74 0.81 0.9
Hex FA DB CF 0 C 11 2 11 51 5A
Octal 372 333 317 0 14 21 2 21 121 132
Binary 11111010 11011011 11001111 0 1100 10001 10 10001 1010001 1011010

Color Harmonies of #FADBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBCF

Black with #FADBCF

Text Example


Text Example

White with #FADBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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