Html Css Color HEX #FECBF2 Classic Rose

📋 copy color: '#FECBF2'

red 254 ◦ green 203 ◦ blue 242

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

Shades of Classic Rose #FECBF2

Tints of Classic Rose #FECBF2

RGB

 RED value IS 254 (99.61% from 255) = 36.34%

 GREEN value IS 203 (79.69% from 255) = 29.04%

 BLUE value IS 242 (94.92% from 255) = 34.62%

R = 36.34%
G = 29.04%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FECBF2 (or 0xFECBF2) is known color: Classic Rose. HEX triplet: FE, CB and F2. RGB value is (254,203,242). Sum of RGB (Red+Green+Blue) = 254+203+242=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 203 (79.69% from 255 or 29.04% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBF2 is #01340D. Grayscale: #DEDEDE. Windows color (decimal): -78862 or 15911934. OLE color: 15911934.

HSL color Cylindrical-coordinate representation of color #FECBF2: hue angle of 314.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECBF2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 242 -
CMYK 0 0.20 0.05 0.00
HSL 314.12º 0.96% 0.9% -
HSV(B) 314.12º 0.2% 1% -
XYZ 78.26 70.19 93.43 -
YUV 222.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 254 203 242 0 0.20 0.05 0.00 314.12 0.96 0.9
Hex FE CB F2 0 14 5 0 13A 60 5A
Octal 376 313 362 0 24 5 0 472 140 132
Binary 11111110 11001011 11110010 0 10100 101 0 100111010 1100000 1011010

Color Harmonies of #FECBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBF2

Black with #FECBF2

Text Example


Text Example

White with #FECBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBF2; }

 p { color: rgb(254,203,242); }

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

background-color css

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

 a { background-color: rgb(254,203,242); }

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

border-color css

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

 span { border-color: rgb(254,203,242); }

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