Html Css Color HEX #FCBFE2 Classic Rose

📋 copy color: '#FCBFE2'

red 252 ◦ green 191 ◦ blue 226

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

Shades of Classic Rose #FCBFE2

Tints of Classic Rose #FCBFE2

RGB

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

 GREEN value IS 191 (75% from 255) = 28.55%

 BLUE value IS 226 (88.67% from 255) = 33.78%

R = 37.67%
G = 28.55%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCBFE2 (or 0xFCBFE2) is known color: Classic Rose. HEX triplet: FC, BF and E2. RGB value is (252,191,226). Sum of RGB (Red+Green+Blue) = 252+191+226=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFE2 is #03401D. Grayscale: #D5D5D5. Windows color (decimal): -213022 or 14860284. OLE color: 14860284.

HSL color Cylindrical-coordinate representation of color #FCBFE2: hue angle of 325.57º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFE2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 191 226 -
CMYK 0 0.24 0.10 0.01
HSL 325.57º 0.91% 0.87% -
HSV(B) 325.57º 0.24% 0.99% -
XYZ 72.5 63.45 80.38 -
YUV 213.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 252 191 226 0 0.24 0.10 0.01 325.57 0.91 0.87
Hex FC BF E2 0 18 A 1 146 5B 57
Octal 374 277 342 0 30 12 1 506 133 127
Binary 11111100 10111111 11100010 0 11000 1010 1 101000110 1011011 1010111

Color Harmonies of #FCBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBFE2

Black with #FCBFE2

Text Example


Text Example

White with #FCBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBFE2; }

 p { color: rgb(252,191,226); }

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

background-color css

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

 a { background-color: rgb(252,191,226); }

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

border-color css

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

 span { border-color: rgb(252,191,226); }

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