Html Css Color HEX #FCEFE0 Bridal Heath

📋 copy color: '#FCEFE0'

red 252 ◦ green 239 ◦ blue 224

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

Shades of Bridal Heath #FCEFE0

Tints of Bridal Heath #FCEFE0

RGB

 RED value IS 252 (98.83% from 255) = 35.24%

 GREEN value IS 239 (93.75% from 255) = 33.43%

 BLUE value IS 224 (87.89% from 255) = 31.33%

R = 35.24%
G = 33.43%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCEFE0 (or 0xFCEFE0) is known color: Bridal Heath. HEX triplet: FC, EF and E0. RGB value is (252,239,224). Sum of RGB (Red+Green+Blue) = 252+239+224=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE0 is #03101F. Grayscale: #F1F1F1. Windows color (decimal): -200736 or 14741500. OLE color: 14741500.

HSL color Cylindrical-coordinate representation of color #FCEFE0: hue angle of 32.14º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCEFE0 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 239 224 -
CMYK 0 0.05 0.11 0.01
HSL 32.14º 0.82% 0.93% -
HSV(B) 32.14º 0.11% 0.99% -
XYZ 84.47 87.81 83.02 -
YUV 241.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 252 239 224 0 0.05 0.11 0.01 32.14 0.82 0.93
Hex FC EF E0 0 5 B 1 20 52 5D
Octal 374 357 340 0 5 13 1 40 122 135
Binary 11111100 11101111 11100000 0 101 1011 1 100000 1010010 1011101

Color Harmonies of #FCEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFE0

Black with #FCEFE0

Text Example


Text Example

White with #FCEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFE0; }

 p { color: rgb(252,239,224); }

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

background-color css

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

 a { background-color: rgb(252,239,224); }

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

border-color css

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

 span { border-color: rgb(252,239,224); }

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